openstack-ansible/playbooks/roles/rsyslog_client
Major Hayden 424377ff17 Enabling log compression by default
Most of the logs are compressed already based on configurations in
/etc/logrotate.d, but this patch ensures that the remaining logs are
compressed during the rotation process.

Closes-Bug: 1493981

Change-Id: If11c6d3a292b3621c00a8d0b775274a8096eaa66
2015-09-10 06:27:03 +00: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 Enabling log compression by default 2015-09-10 06:27:03 +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

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