X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/996199b6f3db83b1306e77a4bd96e8cfe4f6a58f..2b39085d5ec6eb471f1d88ffb6d00822584bf7a0:/roles/carnet.rb diff --git a/roles/carnet.rb b/roles/carnet.rb index ebbea7bd4..854094333 100644 --- a/roles/carnet.rb +++ b/roles/carnet.rb @@ -8,8 +8,16 @@ default_attributes( :hbogner => { :status => :administrator } } }, + :munin => { + :allow => ["193.198.233.210"] + }, :networking => { - :nameservers => [ "2001:b68:ff:1::2", "2001:b68:ff:2::2", "2001:4860:4860::8888" ], + :nameservers => [ + "161.53.2.66", + "2001:b68:ff:1::2", + "2001:b68:ff:2::2", + "2001:4860:4860::8888" + ], :roles => { :external => { :zone => "cnt" @@ -20,10 +28,10 @@ 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"] } ) run_list( - "role[fr]" + "role[hr]" )