Role lxc_hosts for OpenStack-Ansible
Go to file
Kevin Carter eb9f3d858b IRR for lxc_host
The change moves the role out from the main repo lxc_host
repository and into its own standalone repository.

Items within this change:
  * The role has been updated to ensure it runs standalone.
  * Tests added to the role within tox.
  * Functional tests added to the role that can either be run
    via the run_tests.sh script or using tox.
  * dev requirements have been updated for testing usecases.
  * Docs added to both the README.rst file as well as the docs
    folder.

Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2015-11-03 04:22:57 -06:00
defaults IRR for lxc_host 2015-11-03 04:22:57 -06:00
doc IRR for lxc_host 2015-11-03 04:22:57 -06:00
handlers IRR for lxc_host 2015-11-03 04:22:57 -06:00
meta IRR for lxc_host 2015-11-03 04:22:57 -06:00
tasks IRR for lxc_host 2015-11-03 04:22:57 -06:00
templates IRR for lxc_host 2015-11-03 04:22:57 -06:00
tests IRR for lxc_host 2015-11-03 04:22:57 -06:00
.DS_Store IRR for lxc_host 2015-11-03 04:22:57 -06:00
CONTRIBUTING.rst IRR for lxc_host 2015-11-03 04:22:57 -06:00
LICENSE IRR for lxc_host 2015-11-03 04:22:57 -06:00
README.rst IRR for lxc_host 2015-11-03 04:22:57 -06:00
dev-requirements.txt IRR for lxc_host 2015-11-03 04:22:57 -06:00
run_tests.sh IRR for lxc_host 2015-11-03 04:22:57 -06:00
setup.cfg IRR for lxc_host 2015-11-03 04:22:57 -06:00
setup.py IRR for lxc_host 2015-11-03 04:22:57 -06:00
tox.ini IRR for lxc_host 2015-11-03 04:22:57 -06:00

README.rst

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