]> git.openstreetmap.org Git - chef.git/blob - roles/greenmini.rb
Reduce maximum multixact age for promscale
[chef.git] / roles / greenmini.rb
1 name "greenmini"
2 description "Role applied to all servers at greenminihost"
3
4 default_attributes(
5   :accounts => {
6     :users => {
7       :joris => { :status => :administrator }
8     }
9   },
10   :hosted_by => "greenminihost",
11   :location => "Dronten, Netherlands"
12 )
13
14 override_attributes(
15   :networking => {
16     :nameservers => ["45.148.169.130", "185.200.102.102", "2a0a:aa42:222:2500::2500", "2a0a:aa42:321:2000::53"]
17   },
18   :ntp => {
19     :servers => ["0.nl.pool.ntp.org", "1.nl.pool.ntp.org", "europe.pool.ntp.org"]
20   }
21 )
22
23 run_list(
24   "role[nl]"
25 )