Role lxc_hosts for OpenStack-Ansible
Go to file
Kevin Carter b5cf284ede
Updates for typos
This change updates a few things that were missed when the role
was cut over.

Change-Id: I38824f82f884958b554b1618fc059a67a03aabdc
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2015-12-09 09:17:00 -06:00
defaults Added to ability to set mtu for lxcbr0 2015-12-02 17:13:24 +01:00
doc Updates for typos 2015-12-09 09:17:00 -06:00
handlers IRR for lxc_host 2015-11-03 04:22:57 -06:00
meta IRR for lxc_host 2015-11-03 04:22:57 -06:00
tasks IRR for lxc_host 2015-11-03 04:22:57 -06:00
templates Added to ability to set mtu for lxcbr0 2015-12-02 17:13:24 +01:00
tests Updates for typos 2015-12-09 09:17:00 -06:00
.gitignore New git dotfiles for independant repository 2015-11-25 20:56:11 +00:00
.gitreview New git dotfiles for independant repository 2015-11-25 20:56:11 +00:00
CONTRIBUTING.rst IRR for lxc_host 2015-11-03 04:22:57 -06:00
dev-requirements.txt IRR for lxc_host 2015-11-03 04:22:57 -06:00
LICENSE IRR for lxc_host 2015-11-03 04:22:57 -06:00
README.rst IRR for lxc_host 2015-11-03 04:22:57 -06:00
run_tests.sh IRR for lxc_host 2015-11-03 04:22:57 -06:00
setup.cfg Updates for typos 2015-12-09 09:17:00 -06:00
setup.py IRR for lxc_host 2015-11-03 04:22:57 -06:00
tox.ini IRR for lxc_host 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" ] }