description "Master role applied to rhaegal"
default_attributes(
+ :accounts => {
+ :users => {
+ :mmiler => { :status => :administrator }
+ }
+ },
:location => "Zagreb, Croatia",
:networking => {
:interfaces => {
- :external_ipv4 => {
- :interface => "enp1s0f0",
+ :external => {
+ :interface => "eno1",
:role => :external,
- :family => :inet,
- :address => "10.5.0.77",
- :prefix => "16",
- :gateway => "10.5.0.1"
+ :inet => {
+ :address => "193.198.233.218",
+ :prefix => "29",
+ :gateway => "193.198.233.217"
+ },
+ :inet6 => {
+ :address => "2001:b68:40ff:3::2",
+ :prefix => "64",
+ :gateway => "2001:b68:40ff:3::1"
+ }
}
- },
- :nameservers => [
- "10.5.0.7",
- "8.8.8.8"
- ]
+ }
}
)