]> git.openstreetmap.org Git - chef.git/blob - roles/altavoz.rb
Move promscale tuning to role and tune WAL sizes
[chef.git] / roles / altavoz.rb
1 name "altavoz"
2 description "Role applied to all servers at AltaVoz"
3
4 default_attributes(
5   :hosted_by => "AltaVoz",
6   :location => "ViƱa del Mar, Chile"
7 )
8
9 override_attributes(
10   :networking => {
11     :nameservers => ["200.91.44.10", "200.91.41.10"]
12   },
13   :ntp => {
14     :servers => ["0.cl.pool.ntp.org", "1.cl.pool.ntp.org", "south-america.pool.ntp.org"]
15   }
16 )
17
18 run_list(
19   "role[cl]"
20 )