adreznec 41800e3eae Add Ubuntu ppc64le support
This commit adds support for container creation on Ubuntu ppc64le.
It maps the ansible architecture to the correct lxc architecture
and sets the container arch accordingly.

Change-Id: I1f142686d7190e5bfe7147366d406381b5011725
2016-06-29 22:58:51 -05:00
2016-06-29 22:58:51 -05:00
2015-11-03 08:00:45 -06:00
2016-06-29 22:58:51 -05:00
2016-06-14 18:46:13 +01:00
2016-06-29 22:58:51 -05:00
2016-05-04 15:18:25 +01:00
2015-11-03 08:00:45 -06:00
2015-12-08 16:50:45 -06:00
2015-11-03 08:00:45 -06: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" }
Description
Role lxc_container_create for OpenStack-Ansible
Readme 5.4 MiB
Languages
Python 45.3%
Shell 27.7%
Jinja 27%