]> git.openstreetmap.org Git - chef.git/blob - roles/greenmini.rb
d9985b5c0cb5ede5ccf5a5aaf3c6cceda39d4f6f
[chef.git] / roles / greenmini.rb
1 name "greenmini"
2 description "Role applied to all servers at greenminihost"
3
4 default_attributes(
5   :hosted_by => "greenminihost",
6   :location => "Dronten, Netherlands",
7   :networking => {
8     :nameservers => [
9       "45.148.169.130",
10       "185.200.102.102",
11       "2a0a:aa42:222:2500::2500",
12       "2a0a:aa42:321:2000::53"
13     ]
14   }
15 )
16
17 override_attributes(
18   :ntp => {
19     :servers => ["0.nl.pool.ntp.org", "1.nl.pool.ntp.org", "europe.pool.ntp.org"]
20   }
21 )
22
23 run_list(
24   "role[nl]"
25 )