ansible/host_vars/vm5/networking.yml

11 lines
149 B
YAML
Raw Normal View History

2021-07-10 02:39:21 +02:00
---
interfaces:
enp0s3:
ipv4: 10.0.2.9
netmaskv4: 24
type: static
gateway: 10.0.2.1
ipv4_forwarding: false
ipv6_forwarding: false