openstack-ansible/playbooks/roles/rsyslog_server
kevin 59381b51ff Added apt update tasks to everything using apt
This change adds a specific update task to all tasks that all the
apt ansible module. This change was done to ensure that the cache
is updated as expected when instructed to do so. The reason that
the cache update is being removed from the grouping is because
there is an upstream bug that is effecting the process by which
the apt cache is updated when there is a package list to process
within the same task. The work around to make this function as
expected is to move the update into its own task without a package
list.

Upstream Ansible bug:
  - https://github.com/ansible/ansible-modules-core/issues/1497

Change-Id: Ic06d89a76d772c12888b4bc4bbf147be58b0c150
Related-Bug: 1464771
2015-06-16 13:13:58 -05:00
..
defaults Add new rsyslog server role 2015-03-15 20:07:56 +00:00
files Add new rsyslog server role 2015-03-15 20:07:56 +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 Add new rsyslog server role 2015-03-15 20:07:56 +00:00
CONTRIBUTING.rst Cleaning up doc8 violations 2015-05-30 23:21:19 -05:00
LICENSE Add new rsyslog server role 2015-03-15 20:07:56 +00:00
README.rst Cleaning up doc8 violations 2015-05-30 23:21:19 -05:00

OpenStack rsyslog server

tags

openstack, rsyslog, server, cloud, ansible

category

*nix

Role to deploy rsyslog for use within OpenStack when deploying services using containers.

- name: Install rsyslog
  hosts: rsyslog
  max_fail_percentage: 20
  user: root
  roles:
    - { role: "rsyslog_server", tags: [ "rsyslog-server" ] }