
With addition of pip_install on every node, we don't need to have pip_install as a meta dependency. Depends-On: If3412bb888ebb854874bbc43eb76bfcb3e4a7868 Depends-On: I79ff70c438b44753be2a93f004ebbc46de0a963d Change-Id: I0a078b6049b76e792722abb83e7d5c730aae1698
27 lines
632 B
ReStructuredText
27 lines
632 B
ReStructuredText
===========================
|
|
OpenStack-Ansible LXC hosts
|
|
===========================
|
|
|
|
Ansible role that configures a host for running LXC containers.
|
|
|
|
To clone or view the source code for this repository, visit the role repository
|
|
for `lxc_hosts <https://github.com/openstack/openstack-ansible-lxc_hosts>`_.
|
|
|
|
Default variables
|
|
~~~~~~~~~~~~~~~~~
|
|
|
|
.. literalinclude:: ../../defaults/main.yml
|
|
:language: yaml
|
|
:start-after: under the License.
|
|
|
|
Dependencies
|
|
~~~~~~~~~~~~
|
|
|
|
This role needs pip >= 7.1 installed on the target host.
|
|
|
|
Example playbook
|
|
~~~~~~~~~~~~~~~~
|
|
|
|
.. literalinclude:: ../../examples/playbook.yml
|
|
:language: yaml
|