X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/6e458171a46c0414daffbae6cbed22d2c3993ca6..b38516c754a3f755d3b1dbb7a31b4cac581021ac:/roles/grisu.rb diff --git a/roles/grisu.rb b/roles/grisu.rb index 503a28199..a0fa44aa6 100644 --- a/roles/grisu.rb +++ b/roles/grisu.rb @@ -2,41 +2,32 @@ name "grisu" description "Master role applied to grisu" default_attributes( - :accounts => { - :users => { - :yellowbkpk => { :status => :administrator } - } - }, :networking => { :interfaces => { :external_ipv4 => { - :interface => "eth0", + :interface => "em1", :role => :external, :family => :inet, - :address => "142.4.213.166", - :prefix => "24", - :gateway => "142.4.213.254" + :address => "193.63.75.108", + :hwaddress => "d8:d3:85:5d:87:a0" }, :external_ipv6 => { - :interface => "eth0", + :interface => "em1", :role => :external, :family => :inet6, - :address => "2607:5300:60:12a6::1", - :prefix => "64", - :gateway => "2607:5300:60:12ff:ff:ff:ff:ff" + :address => "2001:630:12:500:dad3:85ff:fe5d:87a0" + }, + :internal_ipv4 => { + :interface => "em2", + :role => :internal, + :family => :inet, + :address => "146.179.159.168", + :hwaddress => "d8:d3:85:5d:87:a1" } } - }, - :squid => { - :cache_mem => "9000 MB", - :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80" - }, - :tilecache => { - :tile_parent => "orm.openstreetmap.org" } ) run_list( - "role[ovh-ca]", - "role[tilecache]" + "role[ic]" )