Go to file
Jesse Pretorius 1b40755bbe Add ability to change apt/yum package state
The current method of installing the distribution packages required is
set in the tasks and cannot be changed by a deployer.

Currently the apt task always installs the latest package. This results
in unexpected binary changes when a deployer may simply be trying to
execute a configuration change.

This patch adds the ability for a deployer to change the desired state
so that the results are predictable.

Change-Id: I44271278a353fc222012463431cebc12de0f2f56
2016-08-02 07:49:28 +00:00
2015-11-03 02:57:54 -06:00
2016-06-27 15:38:14 -04:00
2016-06-29 10:09:44 -05:00
2016-06-29 10:09:44 -05:00
2016-07-15 11:39:10 +10:00
2015-11-03 02:57:54 -06:00
2015-11-03 02:57:54 -06:00
2016-06-29 10:09:44 -05:00
2015-12-09 11:46:54 -06:00
2016-07-15 03:57:32 +00:00

OpenStack-Ansible openstack_hosts

Role for basic setup and configuration of a host machine for the intended purpose of use within OpenStack. This role was created to tune a host to receive OpenStack. The basic operations within the role allow it to install, setup, and tune specific kernel options that all OpenStack powered hosts will need to perform nominally.

Default Variables

../../defaults/main.yml

Required Variables

None

Example Playbook

- name: Basic host setup
  hosts: "hosts"
  user: root
  roles:
    - { role: "openstack_hosts" }
Description
Role openstack_hosts for OpenStack-Ansible
Readme 6.8 MiB
Languages
Jinja 59.1%
Python 40.9%