openstack-ansible/playbooks/roles/openstack_hosts
Jesse Pretorius 06fadf9dca Shift irqbalance package from lxc_hosts to openstack_hosts
The irqbalance daemon is expected by the lxc_hosts playbook in its
pre_tasks. This patch ensures that it's there by adding the
package to the openstack_hosts role which runs before the the
lxc_hosts playbook.

Change-Id: I88e34aedf727c9a9698ddefcdd05eb4debfa5619
Closes-Bug: #1482146
2015-09-10 07:41:05 +00:00
..
defaults Shift irqbalance package from lxc_hosts to openstack_hosts 2015-09-10 07:41:05 +00:00
handlers Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
meta added role to pin packages 2015-05-08 13:22:42 -05:00
tasks Added apt update tasks to everything using apt 2015-06-16 13:13:58 -05:00
templates Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
CONTRIBUTING.rst Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
LICENSE Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
README.rst Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00: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" ] }