openstack-ansible/playbooks/roles/rsyslog_client
kevin 54dfd20c83 Remove the adiscon/v8 ppa
The adiscon/v8 ppa has has occasional availability issues which
have resulted in failed deployments. This ppa can be removed
without impacting the stack as the new features in rsyslog it
provides are not used by this project.

Change-Id: Iec55db3b6e20b3661459c639e2a48ff755c001ef
Closes-Bug: #1467118
2015-06-23 22:16:54 +01:00
..
defaults Remove the adiscon/v8 ppa 2015-06-23 22:16:54 +01:00
files Adds rsyslog client role and enables it in all plays 2015-03-17 13:52:30 -05:00
meta Adds rsyslog client role and enables it in all plays 2015-03-17 13:52:30 -05:00
tasks Remove the adiscon/v8 ppa 2015-06-23 22:16:54 +01:00
templates Fix for duplicate logs on an AIO 2015-05-26 20:27:51 +00:00
CONTRIBUTING.rst Cleaning up doc8 violations 2015-05-30 23:21:19 -05:00
LICENSE Adds rsyslog client role and enables it in all plays 2015-03-17 13:52:30 -05:00
README.rst Adds rsyslog client role and enables it in all plays 2015-03-17 13:52:30 -05:00

OpenStack rsyslog client

tags

openstack, rsyslog, server, cloud, ansible

category

*nix

Role to deploy rsyslog for use within OpenStack.

- name: Install rsyslog
  hosts: rsyslog
  user: root
  roles:
    - { role: "rsyslog_client", tags: [ "rsyslog-client" ] }