]> git.openstreetmap.org Git - chef.git/blob - cookbooks/networking/attributes/default.rb
Rename firewall tables to avoid any clash with iptables
[chef.git] / cookbooks / networking / attributes / default.rb
1 default[:networking][:firewall][:enabled] = true
2 default[:networking][:firewall][:sets] = []
3 default[:networking][:firewall][:incoming] = []
4 default[:networking][:firewall][:outgoing] = []
5 default[:networking][:firewall][:http_rate_limit] = "-"
6 default[:networking][:firewall][:http_connection_limit] = "-"
7 default[:networking][:firewall][:allowlist] = []
8 default[:networking][:roles] = {}
9 default[:networking][:interfaces] = {}
10 default[:networking][:nameservers] = %w[8.8.8.8 8.8.4.4 2001:4860:4860::8888 2001:4860:4860::8844]
11 default[:networking][:search] = []
12 default[:networking][:dnssec] = "allow-downgrade"
13 default[:networking][:hostname] = node.name
14 default[:networking][:wireguard][:enabled] = true
15 default[:networking][:wireguard][:keepalive] = 180
16 default[:networking][:wireguard][:peers] = []