Role openstack_hosts for OpenStack-Ansible
Go to file
Kevin Carter 79acae2254 Updated role using the Multi-Distro framework
* The default apt packages have been moved into a var file
  that is only loaded when the detected OS is matched.
* The Install task file has had the apt specific tasks moved
  into a named install task file.
* Ubuntu 16.04 and CentOS 7 support have been added

Implements: blueprint multi-platform-host
Change-Id: I469081671415df23a35108abf4452722ba011f9b
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-05-19 22:08:15 +00:00
defaults Updated role using the Multi-Distro framework 2016-05-19 22:08:15 +00:00
doc IRR for openstack_hosts 2015-11-03 02:57:54 -06:00
handlers IRR for openstack_hosts 2015-11-03 02:57:54 -06:00
meta Updated role using the Multi-Distro framework 2016-05-19 22:08:15 +00:00
releasenotes Remove Liberty releasenote index 2016-04-20 22:19:22 +01:00
tasks Updated role using the Multi-Distro framework 2016-05-19 22:08:15 +00:00
templates Improve deployment performance on large clusters 2016-05-03 13:55:24 -05:00
tests Updated role using the Multi-Distro framework 2016-05-19 22:08:15 +00:00
vars Updated role using the Multi-Distro framework 2016-05-19 22:08:15 +00:00
.gitignore Add .swp files to .gitignore 2016-05-04 15:18:53 +01:00
.gitreview New git dotfiles for independant repository 2015-11-25 18:44:58 +00:00
CONTRIBUTING.rst IRR for openstack_hosts 2015-11-03 02:57:54 -06:00
LICENSE IRR for openstack_hosts 2015-11-03 02:57:54 -06:00
README.rst IRR for openstack_hosts 2015-11-03 02:57:54 -06:00
Vagrantfile Adding Vagrantfile for local developer testing 2016-04-21 13:54:22 -04:00
other-requirements.txt Updated role using the Multi-Distro framework 2016-05-19 22:08:15 +00:00
run_tests.sh Updated role using the Multi-Distro framework 2016-05-19 22:08:15 +00:00
setup.cfg Updates for typos 2015-12-09 11:46:54 -06:00
setup.py IRR for openstack_hosts 2015-11-03 02:57:54 -06:00
test-requirements.txt blacklist Ansible 1.9.6 2016-04-16 08:47:36 -05:00
tox.ini Add reno scaffolding for release notes management 2016-04-09 19:19:04 +01:00

README.rst

OpenStack host setup

tags

openstack, host, cloud, ansible

category

*nix

Role for basic setup and configuration of a host machine for the intended purpose of use within OpenStack.

- name: Basic host setup
  hosts: "hosts"
  user: root
  roles:
    - { role: "openstack_hosts", tags: [ "openstack-hosts-setup" ] }