11 lines
203 B
Plaintext
11 lines
203 B
Plaintext
ansible_ssh_user: ansible
|
|
ansible_sudo: true
|
|
|
|
network_interfaces_interfaces:
|
|
- device: eth0
|
|
method: dhcp
|
|
- device: eth0.5
|
|
method: static
|
|
address: 192.168.123.5
|
|
netmask: 255.255.255.0
|