X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/891d86d799c1c03889a9c6762c09560620cd15b3..HEAD:/roles/saphira.rb diff --git a/roles/saphira.rb b/roles/saphira.rb deleted file mode 100644 index 4e32f12ee..000000000 --- a/roles/saphira.rb +++ /dev/null @@ -1,46 +0,0 @@ -name "saphira" -description "Master role applied to saphira" - -default_attributes( - :networking => { - :netplan => true, - :interfaces => { - :external_ipv4 => { - :interface => "eth0", - :role => :external, - :family => :inet, - :address => "185.73.44.30", - :prefix => "22", - :gateway => "185.73.44.1" - }, - :external_ipv6 => { - :interface => "eth0", - :role => :external, - :family => :inet6, - :address => "2001:ba8:0:2c1e::", - :prefix => "64", - :gateway => "fe80::fcff:ffff:feff:ffff" - } - } - }, - :squid => { - :cache_mem => "6100 MB", - :cache_dir => "coss /store/squid/coss-01 80000 block-size=8192 max-size=262144 membufs=80" - }, - :tilecache => { - :tile_parent => "london.render.openstreetmap.org", - :tile_siblings => [ - "trogdor.openstreetmap.org", - "katie.openstreetmap.org", - "konqi.openstreetmap.org", - "ridgeback.openstreetmap.org", - "gorynych.openstreetmap.org" - ] - } -) - -run_list( - "role[jump]", - "role[geodns]", - "role[tilecache]" -)