openstack-ansible-lxc_hosts/README.rst
Travis Truman ef6f746bed DOC - Adopting the common role documentation pattern
As discussed during the Newton design summit, we
agreed to adopt the role documentation pattern laid
out in the os_keystone role

Change-Id: Ie09f55b57361a7d5ce0c8cb987f7cfdaa81961ae
2016-06-07 11:13:06 -04:00

28 lines
477 B
ReStructuredText

OpenStack-Ansible LXC hosts
###########################
Ansible role that configures a host for running LXC containers.
Default Variables
=================
.. literalinclude:: ../../defaults/main.yml
:language: yaml
:start-after: under the License.
Required Variables
==================
None
Example Playbook
================
.. code-block:: yaml
- name: Basic lxc host setup
hosts: "hosts"
user: root
roles:
- { role: "lxc_hosts" }