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

477 B

OpenStack-Ansible LXC hosts

Ansible role that configures a host for running LXC containers.

Default Variables

../../defaults/main.yml

Required Variables

None

Example Playbook

- name: Basic lxc host setup
  hosts: "hosts"
  user: root
  roles:
    - { role: "lxc_hosts" }