Role lxc_container_create for OpenStack-Ansible
Go to file
Travis Truman 3d41e00e9a 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: Ifbf6c90481a6b40781341dce2b1992a6baebe633
2016-06-07 10:44:42 -04:00
defaults Fix container hostname for RFC 1034/1035 2016-05-06 19:40:59 -07:00
doc DOC - Adopting the common role documentation pattern 2016-06-07 10:44:42 -04: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 Fix container hostname for RFC 1034/1035 2016-05-06 19:40:59 -07:00
tasks Consistency for multi-os in the includes 2016-06-02 14:19:05 +01:00
templates Template /etc/environment rather than use lineinfile 2016-05-03 14:17:49 +00:00
tests Test external connectivity for containers 2016-06-02 12:24:14 -07:00
vars updated for lxc-container-create for multi-distro support 2016-05-03 15:15:34 -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
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
README.rst DOC - Adopting the common role documentation pattern 2016-06-07 10:44:42 -04: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 blacklist Ansible 1.9.6 2016-04-16 08:47:15 -05:00
tox.ini updated for lxc-container-create for multi-distro support 2016-05-03 15:15:34 -05:00
Vagrantfile Adding Vagrantfile for local developer testing 2016-04-22 13:36:45 -04:00

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" }