openstack-ansible-nspawn_co.../tests/host_vars/container2.yml

15 lines
251 B
YAML

---
ansible_host: 172.29.100.102
ansible_become: True
ansible_user: root
physical_host: localhost
container_tech: nspawn
container_networks:
management_address:
address: "{{ ansible_host }}"
netmask: "255.255.255.0"
bridge: "br-mgmt"