X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e9ce4c47971a2555021a1802bcfc3860936ac44c..6067e264a06f3714bc6096dd26400174aecb65fd:/roles/tuxis.rb diff --git a/roles/tuxis.rb b/roles/tuxis.rb new file mode 100644 index 000000000..5cde762df --- /dev/null +++ b/roles/tuxis.rb @@ -0,0 +1,25 @@ +name "tuxis" +description "Role applied to all servers at Tuxis" + +default_attributes( + :hosted_by => "Tuxis", + :location => "Ede, Netherlands", + :networking => { + :nameservers => ["2a03:7900:2:0:31:3:104:61", "2a03:7900:2:0:31:3:104:62"], + :roles => { + :external => { + :zone => "osm" + } + } + } +) + +override_attributes( + :ntp => { + :servers => ["0.nl.pool.ntp.org", "1.nl.pool.ntp.org", "europe.pool.ntp.org"] + } +) + +run_list( + "role[nl]" +)