Bertrand Lanson
3967974270
Some checks failed
test / Linting (push) Failing after 10s
test / Molecule tests (default, debian11) (push) Has been skipped
test / Molecule tests (default, debian12) (push) Has been skipped
test / Molecule tests (default, ubuntu2004) (push) Has been skipped
test / Molecule tests (default, ubuntu2204) (push) Has been skipped
test / Molecule tests (with_custom_config, debian11) (push) Has been skipped
test / Molecule tests (with_custom_config, debian12) (push) Has been skipped
test / Molecule tests (with_custom_config, ubuntu2004) (push) Has been skipped
test / Molecule tests (with_custom_config, ubuntu2204) (push) Has been skipped
34 lines
817 B
YAML
34 lines
817 B
YAML
---
|
|
manage_netplan_config_file: /tmp/ansible-config.yaml # this MUST be .yaml, .yml will not be picked up by netplan
|
|
manage_netplan_renderer: networkd # supported value is 'NetworkManager' or 'networkd'
|
|
manage_netplan_remove_existing: false
|
|
manage_netplan_search_domain: example.org
|
|
manage_netplan_install: true
|
|
manage_netplan_apply: false
|
|
manage_netplan_configuration:
|
|
network:
|
|
version: 2
|
|
ethernets:
|
|
eth1:
|
|
dhcp4: false
|
|
link-local: []
|
|
set-name: eth1
|
|
eth2:
|
|
dhcp4: true
|
|
mtu: 1500
|
|
link-local: []
|
|
set-name: eth2
|
|
vlans:
|
|
vlan20:
|
|
id: 20
|
|
link: eth1
|
|
mtu: 1500
|
|
dhcp4: false
|
|
link-local: []
|
|
vlan40:
|
|
id: 40
|
|
link: eth1
|
|
mtu: 1500
|
|
dhcp4: false
|
|
link-local: []
|