X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/eabf7c0cc8cc98712fd153735009ff8800d72a7e..2d41fdc4b054d4607fdbe76a57c4ee9ab178d73e:/roles/edgeuno-br.rb diff --git a/roles/edgeuno-br.rb b/roles/edgeuno-br.rb new file mode 100644 index 000000000..e72a8aec4 --- /dev/null +++ b/roles/edgeuno-br.rb @@ -0,0 +1,17 @@ +name "edgeuno-br" +description "Role applied to all servers at Edgeuno BR" + +default_attributes( + :location => "Sao Paulo, Brasil" +) + +override_attributes( + :ntp => { + :servers => ["0.br.pool.ntp.org", "1.br.pool.ntp.org", "south-america.pool.ntp.org"] + } +) + +run_list( + "role[br]", + "role[edgeuno]" +)