Role lxc_container_create for OpenStack-Ansible
3d41e00e9a
As discussed during the Newton design summit, we agreed to adopt the role documentation pattern laid out in the os_keystone role Change-Id: Ifbf6c90481a6b40781341dce2b1992a6baebe633 |
||
---|---|---|
defaults | ||
doc | ||
handlers | ||
meta | ||
releasenotes | ||
tasks | ||
templates | ||
tests | ||
vars | ||
.gitignore | ||
.gitreview | ||
CONTRIBUTING.rst | ||
LICENSE | ||
manual-tests.rc | ||
other-requirements.txt | ||
README.rst | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini | ||
Vagrantfile |
OpenStack-Ansible LXC container create
Ansible role for creating LXC containers. This role will create several directories on the LXC host for use in bind mounted storage within the container.
Default Variables
../../defaults/main.yml
Required Variables
None
Example Playbook
- name: Create container(s)
hosts: all_containers
gather_facts: false
user: root
roles:
- { role: "lxc_container_create" }