]> git.openstreetmap.org Git - chef.git/blob - roles/pixeldeck.rb
apache: remove fragments of old SSL Stapling support
[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   :timezone => "US/Central"
8 )
9
10 override_attributes(
11   :accounts => {
12     :users => {
13       :nmoore => { :status => :administrator }
14     }
15   },
16   :networking => {
17     :nameservers => ["10.5.7.33", "2602:f629:0:bc::1"]
18   },
19   :ntp => {
20     :servers => ["time.pixeldeck.net"]
21   }
22 )
23
24 run_list(
25   "role[us]"
26 )