X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/7c28124864b39960cdf89b1b47c16a279fc04022..2eb5fe3d4f9e1296bbd290669b7d1b99b1e7a8bb:/roles/altavoz.rb diff --git a/roles/altavoz.rb b/roles/altavoz.rb new file mode 100644 index 000000000..78f671295 --- /dev/null +++ b/roles/altavoz.rb @@ -0,0 +1,28 @@ +name "altavoz" +description "Role applied to all servers at AltaVoz" + +default_attributes( + :hosted_by => "AltaVoz", + :location => "Viña del Mar, Chile", + :networking => { + :nameservers => [ + "200.91.44.10", + "200.91.41.10" + ], + :roles => { + :external => { + :zone => "av" + } + } + } +) + +override_attributes( + :ntp => { + :servers => ["0.cl.pool.ntp.org", "1.cl.pool.ntp.org", "america.pool.ntp.org"] + } +) + +run_list( + "role[cl]" +)