description "Master role applied to noquiklos"
default_attributes(
+ :chef => {
+ :client => {
+ :version => "12.1.2-1"
+ }
+ },
:networking => {
:interfaces => {
:internal_ipv4 => {
:interface => "eth0",
:role => :internal,
:family => :inet,
- :address => "10.89.121.98"
+ :address => "10.0.0.13"
+ },
+ :external_ipv4 => {
+ :interface => "eth1",
+ :role => :external,
+ :family => :inet,
+ :address => "128.40.45.201"
}
}
}
)
run_list(
- "role[firefishynet]"
+ "role[ucl-wolfson]",
+ "role[hp-g6]",
+ "role[gps-tile]"
)