ef6f746bed
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
28 lines
477 B
ReStructuredText
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" }
|