29 lines
733 B
ReStructuredText
29 lines
733 B
ReStructuredText
======================================
|
|
OpenStack-Ansible LXC container create
|
|
======================================
|
|
|
|
Ansible role for creating LXC containers. This role creates several
|
|
directories on the LXC host for use in bind-mounted storage within the
|
|
container.
|
|
|
|
To clone or view the source code for this repository, visit the role repository
|
|
for `lxc_container_create <https://github.com/openstack/openstack-ansible-lxc_container_create>`_.
|
|
|
|
Default variables
|
|
=================
|
|
|
|
.. literalinclude:: ../../defaults/main.yml
|
|
:language: yaml
|
|
:start-after: under the License.
|
|
|
|
Required variables
|
|
==================
|
|
|
|
None
|
|
|
|
Example playbook
|
|
~~~~~~~~~~~~~~~~
|
|
|
|
.. literalinclude:: ../../examples/playbook.yml
|
|
:language: yaml
|