This patch makes sure that the lxc_net play does always write the LXC bridge-interface configuration regardless of it's admin state. This is particular important after we deactivate the lxc-net systemd script as part of the LXC network configuration. Closes-Bug: #1507795 Change-Id: I9547fe02e20e8d1690340e1193b2453997ada25c
OpenStack LXC host setup
- tags
-
openstack, lxc, host, cloud, ansible
- category
-
*nix
Role for deployment and setup of an LXC host.
- name: Basic lxc host setup
hosts: "hosts"
user: root
roles:
- { role: "lxc_hosts", tags: [ "lxc-host", "host-setup" ] }