Role lxc_hosts for OpenStack-Ansible
2186669e0d
Change-Id: Ic4c1915080991b075166fb993d08c495d54bb1bd |
||
---|---|---|
defaults | ||
doc | ||
handlers | ||
meta | ||
tasks | ||
templates | ||
tests | ||
.gitignore | ||
.gitreview | ||
CONTRIBUTING.rst | ||
dev-requirements.txt | ||
LICENSE | ||
README.rst | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
tox.ini |
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" ] }