Jesse Pretorius a145919db1 Add irqbalance to apt package list
This patch adds irqbalance to the apt package list to resolve
the issue where a deployer may not have the package installed
in their base OS deployment.

Change-Id: I968c483fd6eb926f32d55b3761574a6d3c3139b9
Closes-Bug: #1482146
(cherry picked from commit 64f7af7e552a0df1ec613d70a44f36b90497adb5)
2015-08-13 18:14:44 +00:00
..
2015-05-08 13:22:42 -05:00
2015-06-23 11:43:24 -05: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" ] }