Ansible roles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

32 lines
458 B

---
net_ipv4_forward: no
net_if: []
# net_if:
# - name: vlan500
# type: vlan
# vlanid: 500
# vlandev: eth3
# bridge: brprd
# - name: brprd
# type: bridge
# ip4:
# method: static|dhcp
# addr:
# - 10.22.4.5/32
# gw: 10.22.4.1
# dns:
# - 10.22.4.1
# - 1.1.1.1
net_if_defaults:
type: ethernet
ip4:
enabled: True
method: static
addr: []
ip6:
enabled: False
...