X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/fdf3b8fde2d43f85efa8e199f6aedfa59b81c135..fd98b3c103f6e6153e42cc3860f2ed61f1f4c5db:/roles/carnet.rb diff --git a/roles/carnet.rb b/roles/carnet.rb index 576f33dc8..fab353fa6 100644 --- a/roles/carnet.rb +++ b/roles/carnet.rb @@ -4,20 +4,11 @@ description "Role applied to all servers at CARNet" default_attributes( :accounts => { :users => { - :anovak => { :status => :administrator }, :hbogner => { :status => :administrator } } }, - :munin => { - :allow => [ "193.198.233.210" ] - }, + :hosted_by => "CARNet", :networking => { - :nameservers => [ - "161.53.2.66", - "2001:b68:ff:1::2", - "2001:b68:ff:2::2", - "2001:4860:4860::8888" - ], :roles => { :external => { :zone => "cnt" @@ -28,7 +19,7 @@ default_attributes( override_attributes( :ntp => { - :servers => [ "0.hr.pool.ntp.org", "1.hr.pool.ntp.org", "europe.pool.ntp.org" ] + :servers => ["0.hr.pool.ntp.org", "1.hr.pool.ntp.org", "europe.pool.ntp.org"] } )