15 lines
258 B
YAML
15 lines
258 B
YAML
---
|
|
networking::interfaces:
|
|
eth0:
|
|
ipaddress: 198.18.13.58
|
|
ens19:
|
|
ensure: present
|
|
family: inet
|
|
method: static
|
|
ipaddress: 10.18.15.58
|
|
netmask: 255.255.255.0
|
|
onboot: true
|
|
networking::routes:
|
|
default:
|
|
gateway: 198.18.13.254
|