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

9 lines
450 B
YAML

---
ansible_host: 10.100.100.3
ansible_become: True
ansible_user: root
lxc_container_config_list:
# The unconfined profile is causing problems with overlayfs. See https://bugs.launchpad.net/openstack-ansible/+bug/1612412
# Use the lxc2 aa_profile key to test that it is correctly changed in-flight to the required lxc3 key on bionic
- "lxc.aa_profile={{ (lxc_container_backing_store == 'overlayfs') | ternary('lxc-openstack', 'unconfined') }}"