]> git.openstreetmap.org Git - chef.git/blob - roles/edgeuno.rb
d3416bba6bf1eac83b60af33630d2f4ea9278f09
[chef.git] / roles / edgeuno.rb
1 name "edgeuno"
2 description "Role applied to all servers at Edgeuno"
3
4 default_attributes(
5   :hosted_by => "EdgeUno",
6   :location => "Bogotá, Colombia",
7   :networking => {
8     :nameservers => [
9       "8.8.8.8",
10       "1.1.1.1"
11     ],
12     :roles => {
13       :external => {
14         :zone => "osm"
15       }
16     }
17   }
18 )
19
20 override_attributes(
21   :ntp => {
22     :servers => ["0.co.pool.ntp.org", "1.co.pool.ntp.org", "south-america.pool.ntp.org"]
23   }
24 )
25
26 run_list(
27   "role[co]"
28 )