Role lxc_hosts for OpenStack-Ansible
5606ea555b
This change updates the installation of LXC on Ubuntu 14.04 to be the latest stable release. The change will, at the time of this commit, use LXC version 2.0.x as the base version. By updating we'll be able to take advantage of the various performance and stability enhancements that have been created since the release of 2.x. This also brings our Ubuntu 14.04 installations in line with Ubuntu 16.04 and CentOS7 such that we're using a single supported release. Change-Id: I29220bee11401cc424ef54160cc873b8fc395dd1 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com> |
||
---|---|---|
defaults | ||
doc | ||
files | ||
handlers | ||
meta | ||
releasenotes | ||
tasks | ||
templates | ||
tests | ||
vars | ||
.gitignore | ||
.gitreview | ||
CONTRIBUTING.rst | ||
LICENSE | ||
manual-test.rc | ||
other-requirements.txt | ||
README.rst | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
OpenStack-Ansible LXC hosts
Ansible role that configures a host for running LXC containers.
Default Variables
../../defaults/main.yml
Required Variables
None
Example Playbook
- name: Basic lxc host setup
hosts: "hosts"
user: root
roles:
- { role: "lxc_hosts" }