]> git.openstreetmap.org Git - chef.git/blob - roles/lysator.rb
Reduce maximum multixact age for promscale
[chef.git] / roles / lysator.rb
1 name "lysator"
2 description "Role applied to all servers at Lysator"
3
4 default_attributes(
5   :accounts => {
6     :users => {
7       :aoh => { :status => :administrator },
8       :lysroot => { :status => :administrator }
9     }
10   },
11   :hosted_by => "Lysator",
12   :location => "Linköping, Sweden"
13 )
14
15 override_attributes(
16   :networking => {
17     :nameservers => ["130.236.254.225", "2001:6b0:17:f0a0::e1", "130.236.254.4"]
18   },
19   :ntp => {
20     :servers => ["0.se.pool.ntp.org", "1.se.pool.ntp.org", "europe.pool.ntp.org"]
21   }
22 )
23
24 run_list(
25   "role[se]"
26 )