]> git.openstreetmap.org Git - chef.git/blob - roles/appliwave.rb
Reduce maximum multixact age for promscale
[chef.git] / roles / appliwave.rb
1 name "appliwave"
2 description "Role applied to all servers at Appliwave"
3
4 default_attributes(
5   :accounts => {
6     :users => {
7       :appliwave => { :status => :administrator }
8     }
9   },
10   :hosted_by => "Appliwave",
11   :location => "Croissy-Beaubourg, France"
12 )
13
14 override_attributes(
15   :networking => {
16     :nameservers => ["185.73.206.93", "185.73.206.94"]
17   },
18   :ntp => {
19     :servers => ["0.fr.pool.ntp.org", "1.fr.pool.ntp.org", "europe.pool.ntp.org"]
20   }
21 )
22
23 run_list(
24   "role[fr]"
25 )