06fadf9dca
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 |
||
---|---|---|
.. | ||
defaults | ||
handlers | ||
meta | ||
tasks | ||
templates | ||
CONTRIBUTING.rst | ||
LICENSE | ||
README.rst |
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" ] }