]> git.openstreetmap.org Git - chef.git/blob - roles/carnet.rb
Use systemd to manage kmod on Ubuntu 15.10
[chef.git] / roles / carnet.rb
1 name "carnet"
2 description "Role applied to all servers at CARNet"
3
4 default_attributes(
5   :accounts => {
6     :users => {
7       :hbogner => { :status => :administrator }
8     }
9   },
10   :networking => {
11     :roles => {
12       :external => {
13         :zone => "cnt"
14       }
15     }
16   }
17 )
18
19 override_attributes(
20   :ntp => {
21     :servers => ["0.hr.pool.ntp.org", "1.hr.pool.ntp.org", "europe.pool.ntp.org"]
22   }
23 )
24
25 run_list(
26   "role[hr]"
27 )