Role lxc_container_create for OpenStack-Ansible
Go to file
Jesse Pretorius 98df272d87 Implement doc8 checks for docs
In order to prepare for the move of detailed configuration
content from the install guide to the roles, doc8 checks
are being implemented in the roles to ensure that any new
content submitted is properly checked.

Change-Id: I260d79682154786b898ba32c4ba7d1b36318f906
Partially-Implements: blueprint osa-install-guide-overhaul
2016-07-13 12:54:01 +01:00
defaults Add Ubuntu ppc64le support 2016-06-29 22:58:51 -05:00
doc Update sphinx configuration 2016-07-12 16:51:07 +01:00
handlers IRR for lxc_container_create 2015-11-03 08:00:45 -06:00
meta updated for lxc-container-create for multi-distro support 2016-05-03 15:15:34 -05:00
releasenotes Update sphinx configuration 2016-07-12 16:51:07 +01:00
tasks Address Ansible bare variable usage 2016-06-14 18:46:13 +01:00
templates Template /etc/environment rather than use lineinfile 2016-05-03 14:17:49 +00:00
tests Clean up container cache prep in tests 2016-06-17 18:21:00 +01:00
vars Add Ubuntu ppc64le support 2016-06-29 22:58:51 -05:00
.gitignore Add .swp files to .gitignore 2016-05-04 15:18:25 +01:00
.gitreview New git dotfiles for independant repository 2015-11-26 00:43:02 +00:00
CONTRIBUTING.rst updated for lxc-container-create for multi-distro support 2016-05-03 15:15:34 -05:00
LICENSE IRR for lxc_container_create 2015-11-03 08:00:45 -06:00
README.rst DOC - Adopting the common role documentation pattern 2016-06-07 10:44:42 -04:00
Vagrantfile Adding Vagrantfile for local developer testing 2016-04-22 13:36:45 -04:00
manual-tests.rc updated for lxc-container-create for multi-distro support 2016-05-03 15:15:34 -05:00
other-requirements.txt updated for lxc-container-create for multi-distro support 2016-05-03 15:15:34 -05:00
run_tests.sh updated for lxc-container-create for multi-distro support 2016-05-03 15:15:34 -05:00
setup.cfg Updates for typos 2015-12-08 16:50:45 -06:00
setup.py IRR for lxc_container_create 2015-11-03 08:00:45 -06:00
test-requirements.txt Implement doc8 checks for docs 2016-07-13 12:54:01 +01:00
tox.ini Implement doc8 checks for docs 2016-07-13 12:54:01 +01:00

README.rst

OpenStack-Ansible LXC container create

Ansible role for creating LXC containers. This role will create several directories on the LXC host for use in bind mounted storage within the container.

Default Variables

../../defaults/main.yml

Required Variables

None

Example Playbook

- name: Create container(s)
  hosts: all_containers
  gather_facts: false
  user: root
  roles:
    - { role: "lxc_container_create" }