ansible-test/host_vars/docker1
2021-06-07 23:23:34 +02:00

9 lines
140 B
Plaintext

mgmt:
ip: 192.168.122.31
mask: 255.255.255.0
gw: 192.168.122.1
dns:
- 192.168.122.1
- 8.8.8.8
ansible_host: "{{ mgmt.ip }}"