X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/eb690e187c60604ecd3c257edfe9313971ab2fae..HEAD:/roles/jump.rb diff --git a/roles/jump.rb b/roles/jump.rb deleted file mode 100644 index 4186ecc4c..000000000 --- a/roles/jump.rb +++ /dev/null @@ -1,25 +0,0 @@ -name "jump" -description "Role applied to all servers at Jump Networks" - -default_attributes( - :hosted_by => "Jump Networks", - :location => "London, England", - :networking => { - :nameservers => [ - "185.73.44.3", - "2001:ba8:0:2c02::", - "2001:ba8:0:2c03::", - "2001:ba8:0:2c04::" - ] - } -) - -override_attributes( - :ntp => { - :servers => ["0.uk.pool.ntp.org", "1.uk.pool.ntp.org", "europe.pool.ntp.org"] - } -) - -run_list( - "role[gb]" -)