]> git.openstreetmap.org Git - chef.git/blob - roles/tuxis.rb
Spin up memcached on the web frontends
[chef.git] / roles / tuxis.rb
1 name "tuxis"
2 description "Role applied to all servers at Tuxis"
3
4 default_attributes(
5   :hosted_by => "Tuxis",
6   :location => "Ede, Netherlands",
7   :networking => {
8     :nameservers => ["2a03:7900:2:0:31:3:104:61", "2a03:7900:2:0:31:3:104:62"]
9   }
10 )
11
12 override_attributes(
13   :ntp => {
14     :servers => ["0.nl.pool.ntp.org", "1.nl.pool.ntp.org", "europe.pool.ntp.org"]
15   }
16 )
17
18 run_list(
19   "role[nl]"
20 )