Jesse Pretorius f21bb596ab Set container apt sources to use a configured list of components
re: http://lists.openstack.org/pipermail/openstack-dev/2016-February/086000.html

Ubuntu has 4 different 'components' - main, universe, multiverse and
restricted:
 - Main: Officially supported software.
 - Restricted: Supported software that is not available under a completely
               free license.
 - Universe: Community maintained software, i.e. not officially supported
             software.
 - Multiverse: Software that is not free.

Practically speaking there should be nothing particularly useful to
OpenStack-Ansible in Restricted or Multiverse - it's mostly software for
desktop users.

This patch introduces a new variable 'lxc_container_template_apt_components'
which is a list of the components to configure in the apt sources list. The
default list does not include the unnecessary components.

Change-Id: I0eef6454d273f5ba1977a68151fbf6103ff3ed8d
2016-02-12 14:32:01 +00:00
2015-12-09 09:17:00 -06:00
2015-11-03 04:22:57 -06:00
2015-11-03 04:22:57 -06:00
2015-11-03 04:22:57 -06:00
2015-11-03 04:22:57 -06:00
2015-11-03 04:22:57 -06:00
2015-11-03 04:22:57 -06:00
2015-12-09 09:17:00 -06:00
2015-11-03 04:22:57 -06:00

OpenStack LXC host setup

tags

openstack, lxc, host, cloud, ansible

category

*nix

Role for deployment and setup of an LXC host.

- name: Basic lxc host setup
  hosts: "hosts"
  user: root
  roles:
    - { role: "lxc_hosts", tags: [ "lxc-host", "host-setup" ] }
Description
Role lxc_hosts for OpenStack-Ansible
Readme 9.7 MiB
Languages
Jinja 61.6%
Python 22.9%
Shell 15.3%
Roff 0.2%