openstack-ansible/playbooks/roles/rsyslog_client
2015-09-15 11:22:12 +00:00
..
defaults Install logrotate with ryslog 2015-09-10 12:21:37 +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" ] }