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