Files
openstack-ansible/playbooks/roles/lxc_hosts
Jesse Pretorius 5ec3849f7d Fix bashate violations
Change-Id: I31486f7f8de5a410de2847ee1ecfc44ac75bce28
2015-10-05 11:03:24 +01:00
..
2015-09-21 17:10:52 +00:00
2015-05-08 13:22:42 -05:00
2015-09-21 17:10:52 +00: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" ] }