Files
openstack-ansible/playbooks/roles/lxc_hosts
Bjoern Teipel a0ec975531 Always drop lxc_net bridge configuration
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
2015-10-19 22:25:43 +00:00
..
2015-09-21 17:10:52 +00:00
2015-05-08 13:22:42 -05:00
2015-10-05 11:03:24 +01:00

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" ] }