Role lxc_hosts for OpenStack-Ansible
Go to file
Jesse Pretorius 47de991138 Fix apparmor profile load handler
The apparmor load handler has an incorrectly spelled profile name.

Change-Id: Ie38288702a5f92388e9253b3ed220f7459ea8fa4
2016-03-04 23:44:48 +00:00
defaults Resolve bad assumptions about the base OS 2016-03-04 21:04:11 +00:00
doc Updates for typos 2015-12-09 09:17:00 -06:00
handlers Fix apparmor profile load handler 2016-03-04 23:44:48 +00:00
meta IRR for lxc_host 2015-11-03 04:22:57 -06:00
tasks Resolve bad assumptions about the base OS 2016-03-04 21:04:11 +00:00
templates Resolve bad assumptions about the base OS 2016-03-04 21:04:11 +00:00
tests Only update apt cache if necessary 2016-02-29 12:50:58 +00:00
.gitignore New git dotfiles for independant repository 2015-11-25 20:56:11 +00:00
.gitreview New git dotfiles for independant repository 2015-11-25 20:56:11 +00: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
other-requirements.txt Resolve bad assumptions about the base OS 2016-03-04 21:04:11 +00:00
README.rst IRR for lxc_host 2015-11-03 04:22:57 -06:00
run_tests.sh Update run_tests to be more complete 2015-12-09 13:45:20 +00:00
setup.cfg Updates for typos 2015-12-09 09:17:00 -06:00
setup.py IRR for lxc_host 2015-11-03 04:22:57 -06:00
test-requirements.txt Update tox config and add bashate E006, E040 exceptions 2016-02-12 11:36:17 +00:00
tox.ini Resolve bad assumptions about the base OS 2016-03-04 21:04:11 +00: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" ] }