description "Master role applied to ironbelly"
default_attributes(
+ :apt => {
+ :sources => [ "ubuntugis-unstable" ]
+ },
:networking => {
:interfaces => {
:internal_ipv4 => {
"2001:630:12:500::/64", # ic external
"127.0.0.0/8", # localhost
"::1" # localhost
- ]
+ ],
+ :nodes_allow => "roles:tilecache"
}
}
}
"role[web-storage]",
"role[supybot]",
"role[backup]",
+ "role[stats]",
+ "role[planet]",
"recipe[rsyncd]",
"recipe[openvpn]"
)