feat: networking defaults
- add interface/route defaults - merge defaults into each interface/route
This commit is contained in:
@@ -1,15 +1,8 @@
|
||||
---
|
||||
profiles::cobbler::params::is_cobbler_master: true
|
||||
networking::interfaces:
|
||||
eth0:
|
||||
ensure: absent
|
||||
ens18:
|
||||
ensure: present
|
||||
family: inet
|
||||
method: static
|
||||
ipaddress: 198.18.13.27
|
||||
netmask: 255.255.255.0
|
||||
onboot: true
|
||||
networking::routes:
|
||||
default:
|
||||
gateway: 198.18.13.254
|
||||
|
||||
Reference in New Issue
Block a user