]> git.openstreetmap.org Git - chef.git/blob - roles/faimaison.rb
Simplify firewall zones
[chef.git] / roles / faimaison.rb
1 name "faimaison"
2 description "Role applied to all servers at FAImaison"
3
4 default_attributes(
5   :hosted_by => "FAImaison",
6   :location => "France",
7   :networking => {
8     :nameservers => [
9       "8.8.8.8",
10       "8.8.4.4",
11       "1.1.1.1"
12     ]
13   }
14 )
15
16 override_attributes(
17   :ntp => {
18     :servers => ["0.fr.pool.ntp.org", "1.fr.pool.ntp.org", "europe.pool.ntp.org"]
19   }
20 )
21
22 run_list(
23   "role[fr]"
24 )