description "Master role applied to viserion"
default_attributes(
+ :accounts => {
+ :users => {
+ :anovak => { :status => :administrator }
+ }
+ },
+ :location => "Pula, Croatia",
+ :munin => {
+ :allow => ["193.198.233.210"]
+ },
:networking => {
:interfaces => {
:external_ipv4 => {
: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",
:tilecache => {
:tile_parent => "pula.render.openstreetmap.org",
:tile_siblings => [
+ "drogon.openstreetmap.org"
]
}
)
run_list(
- "role[carnet]"
+ "role[carnet]",
+ "role[tilecache]"
)