X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/6df5d7a48406b20d84497d2df79b47bde9c86257..4e80879eefd99832cbbd370c7403cc2526ef663a:/roles/utelecom.rb diff --git a/roles/utelecom.rb b/roles/utelecom.rb new file mode 100644 index 000000000..d4aca4c0e --- /dev/null +++ b/roles/utelecom.rb @@ -0,0 +1,25 @@ +name "utelecom" +description "Role applied to all servers at Ukrainian Telecommunication Group" + +default_attributes( + :hosted_by => "Ukrainian Telecommunication Group", + :location => "Kiev, Ukraine", + :networking => { + :nameservers => ["8.8.8.8", "8.8.4.4"], + :roles => { + :external => { + :zone => "osm" + } + } + } +) + +override_attributes( + :ntp => { + :servers => ["0.ua.pool.ntp.org", "1.ua.pool.ntp.org", "europe.pool.ntp.org"] + } +) + +run_list( + "role[ua]" +)