description "Master role applied to longma"
default_attributes(
+ :exim => {
+ :aliases => {
+ :root => "ceasar"
+ }
+ },
:networking => {
:interfaces => {
:external_ipv4 => {
- :interface => "eth0",
+ :interface => "ens160",
:role => :external,
:family => :inet,
:address => "140.110.240.7",
:gateway => "140.110.240.254"
},
:external_ipv6 => {
- :interface => "eth0",
+ :interface => "ens160",
:role => :external,
:family => :inet6,
:address => "2001:e10:2000:240::7",
:cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80"
},
:tilecache => {
- :ip_bucket_refill => "6144",
- :net_bucket_refill => "24576",
- :tile_parent => "hsinchu.render.openstreetmap.org"
+ :tile_parent => "hsinchu.render.openstreetmap.org",
+ :tile_siblings => [
+ "balerion.openstreetmap.org",
+ "waima.openstreetmap.org",
+ "tuatara.openstreetmap.org"
+ ]
}
)