description "Master role applied to tabaluga"
default_attributes(
- :dhcpd => {
- :first_address => "10.0.63.1",
- :last_address => "10.0.63.254"
- },
:networking => {
:interfaces => {
:internal => {
run_list(
"role[equinix-ams]",
- "role[hp-g9]",
- "role[gateway]",
- "recipe[dhcpd]"
+ "role[hp-g9]"
)