Andy McCrae 9caf6f4d90 Update repository with reference to role git location
Change-Id: I3290364dcc4745d48a934e3ee3f69ac3cd239d86
2016-12-22 14:26:20 +00:00

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