]> git.openstreetmap.org Git - chef.git/blob - cookbooks/networking/attributes/default.rb
Disable firewall on lambton
[chef.git] / cookbooks / networking / attributes / default.rb
1 default[:networking][:firewall][:enabled] = true
2 default[:networking][:firewall][:inet] = []
3 default[:networking][:firewall][:inet6] = []
4 default[:networking][:firewall][:http_rate_limit] = "-"
5 default[:networking][:firewall][:http_connection_limit] = "-"
6 default[:networking][:firewall][:log] = true
7 default[:networking][:firewall][:mark] = true
8 default[:networking][:firewall][:raw] = true
9 default[:networking][:firewall][:mangle] = true
10 default[:networking][:interfaces] = {}
11 default[:networking][:nameservers] = []
12 default[:networking][:search] = []
13 default[:networking][:dnssec] = "allow-downgrade"
14 default[:networking][:hostname] = node.name