openstack-ansible/playbooks/roles/rsyslog_client
Kevin Carter 2346e5ced4 Fixes log rotate issue
This change implements a change in the file name for each service
so that the log rotate files don't collide when running on a shared
host.

Change-Id: Ia42656e4568c43667d610aa8421d2fa25437e2aa
Closes-Bug: 1499799
2015-09-30 18:03:13 +00:00
..
defaults Fixes log rotate issue 2015-09-30 18:03:13 +00: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 Fixes log rotate issue 2015-09-30 18:03:13 +00: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

README.rst

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" ] }