]> git.openstreetmap.org Git - chef.git/blob - roles/tetaneutral.rb
Update carto stylesheet to v4.23.0
[chef.git] / roles / tetaneutral.rb
1 name "tetaneutral"
2 description "Role applied to all servers at Tetaneutral.net"
3
4 default_attributes(
5   :accounts => {
6     :users => {
7       :tetaneutral => { :status => :administrator }
8     }
9   },
10   :hosted_by => "Tetaneutral.net",
11   :location => "Toulouse, France",
12   :networking => {
13     :nameservers => [
14       "8.8.8.8",
15       "8.8.4.4"
16     ],
17     :roles => {
18       :external => {
19         :zone => "tnn"
20       }
21     }
22   }
23 )
24
25 override_attributes(
26   :ntp => {
27     :servers => ["0.fr.pool.ntp.org", "1.fr.pool.ntp.org", "europe.pool.ntp.org"]
28   }
29 )
30
31 run_list(
32   "role[fr]"
33 )