X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/355982f22bbd8a4e665b193d187cb8845d254695..76878fb6b0a62ec461334134502df1e25c6f8d62:/roles/viserion.rb diff --git a/roles/viserion.rb b/roles/viserion.rb index 51f0cd7da..8686fbfba 100644 --- a/roles/viserion.rb +++ b/roles/viserion.rb @@ -2,6 +2,14 @@ name "viserion" description "Master role applied to viserion" default_attributes( + :accounts => { + :users => { + :anovak => { :status => :administrator } + } + }, + :munin => { + :allow => ["193.198.233.210"] + }, :networking => { :interfaces => { :external_ipv4 => { @@ -20,7 +28,13 @@ default_attributes( :prefix => "64", :gateway => "2001:b68:4cff:3::1" } - } + }, + :nameservers => [ + "161.53.2.66", + "2001:b68:ff:1::2", + "2001:b68:ff:2::2", + "2001:4860:4860::8888" + ] }, :squid => { :cache_mem => "12500 MB", @@ -29,6 +43,7 @@ default_attributes( :tilecache => { :tile_parent => "pula.render.openstreetmap.org", :tile_siblings => [ + "drogon.openstreetmap.org" ] } )