Role lxc_container_create for OpenStack-Ansible
Go to file
Jesse Pretorius ec1a9c7ce4 Ensure that the default bind mounts are complete
This patch implements the use of the facility introduced in
https://review.openstack.org/348242 to ensure that the default
bind mounts are properly set up.

Change-Id: I76af6ea46cd96e4c1e50d7f49711c73267b723fc
2016-08-04 14:46:40 +01:00
defaults Ensure that the default bind mounts are complete 2016-08-04 14:46:40 +01:00
doc Ensure that doc linting is included in the linters test 2016-07-25 22:48:25 +01:00
handlers Allow a deployer to disable container restarts 2016-07-26 01:17:55 +01:00
meta updated for lxc-container-create for multi-distro support 2016-05-03 15:15:34 -05:00
releasenotes Implement configurable start delay for containers 2016-07-29 19:22:23 +01:00
tasks Ensure that the default bind mounts are complete 2016-08-04 14:46:40 +01:00
templates Implement overlayfs-backed containers 2016-07-17 16:13:59 +00:00
tests Ensure that the default bind mounts are complete 2016-08-04 14:46:40 +01:00
vars Add Ubuntu ppc64le support 2016-06-29 22:58:51 -05:00
.gitignore Remove duplicates from .gitignore 2016-07-15 11:31:33 +10: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 Updated from global requirements 2016-07-15 03:57:27 +00:00
test-requirements.txt Updated from global requirements 2016-07-15 03:57:27 +00:00
tox.ini Ensure that doc linting is included in the linters test 2016-07-25 22:48:25 +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" }