X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/0f31cd9df8c916a68d370f1a7fcf8f00e49b9e1f..7f8cb5ed5c29db37b8c9ed7cec704028689525d2:/roles/c3sl.rb diff --git a/roles/c3sl.rb b/roles/c3sl.rb new file mode 100644 index 000000000..2cd7f7d58 --- /dev/null +++ b/roles/c3sl.rb @@ -0,0 +1,25 @@ +name "c3sl" +description "Role applied to all servers at Centro de Computação Científica e Software Livre" + +default_attributes( + :hosted_by => "Centro de Computação Científica e Software Livre, Universidade Federal do Paraná", + :location => "Curitiba, Brazil", + :networking => { + :nameservers => ["200.17.202.3", "200.236.31.1"], + :roles => { + :external => { + :zone => "osm" + } + } + } +) + +override_attributes( + :ntp => { + :servers => ["0.br.pool.ntp.org", "1.br.pool.ntp.org", "america.pool.ntp.org"] + } +) + +run_list( + "role[br]" +)