16 lines
290 B
YAML
16 lines
290 B
YAML
---
|
|
networking::interfaces:
|
|
eth0:
|
|
ipaddress: 198.18.13.78
|
|
ens19:
|
|
ensure: present
|
|
family: inet
|
|
method: static
|
|
ipaddress: 10.18.15.78
|
|
netmask: 255.255.255.0
|
|
onboot: true
|
|
networking::routes:
|
|
default:
|
|
gateway: 198.18.13.254
|
|
docker::bip: '198.18.68.254/24'
|