]> git.openstreetmap.org Git - chef.git/blob - roles/pixeldeck.rb
Fix network interface for orm
[chef.git] / roles / pixeldeck.rb
1 name "pixeldeck"
2 description "Role applied to all servers at PixelDeck"
3
4 default_attributes(
5   :hosted_by => "PixelDeck",
6   :location => "Kansas City, Missouri"
7 )
8
9 override_attributes(
10   :networking => {
11     :nameservers => ["10.5.7.33", "2602:f629:0:bc::1"]
12   },
13   :ntp => {
14     :servers => ["0.us.pool.ntp.org", "1.us.pool.ntp.org", "north-america.pool.ntp.org"]
15   }
16 )
17
18 run_list(
19   "role[us]"
20 )