Role lxc_hosts for OpenStack-Ansible
Go to file
Jean-Philippe Evrard 81888db72e New git dotfiles for independant repository
This will make git review workflow work within this role

This will also prevent undesired files.

Change-Id: I332f587a284573acba10baad228bad5428c9c410
2015-11-23 12:50:23 +01: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
.gitignore New git dotfiles for independant repository 2015-11-23 12:50:23 +01:00
.gitreview New git dotfiles for independant repository 2015-11-23 12:50:23 +01: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" ] }