DEPRECATED, Role rsyslog_client for OpenStack-Ansible
Go to file
Travis Truman 3211016ba7 Add human readable logging callback plugin for func testing
This should make it easier to understand check and gate
failures by analyzing the logs.

Change-Id: If2d73ae6cfcb0234be7d121965f7472b367181e7
2016-06-20 12:06:20 -04:00
defaults Multi-distro pattern for rsyslog-client role 2016-04-27 11:22:12 -04:00
doc IRR for rsyslog_client 2015-11-03 02:27:54 -06:00
files IRR for rsyslog_client 2015-11-03 02:27:54 -06:00
meta Add CentOS7 support to rsyslog client 2016-06-01 13:45:14 -05:00
releasenotes Add CentOS7 support to rsyslog client 2016-06-01 13:45:14 -05:00
tasks Fix config generated for rsyslog_client_log_files 2016-06-15 14:55:26 +02:00
templates Fix config generated for rsyslog_client_log_files 2016-06-15 14:55:26 +02:00
tests Update tox config and add bashate E006, E040 exceptions 2016-02-12 12:00:46 +00:00
vars Add CentOS7 support to rsyslog client 2016-06-01 13:45:14 -05:00
.gitignore Add .swp files to .gitignore 2016-05-04 15:22:56 +01:00
.gitreview New git dotfiles for independant repository 2015-11-25 17:29:32 +00:00
CONTRIBUTING.rst IRR for rsyslog_client 2015-11-03 02:27:54 -06:00
LICENSE IRR for rsyslog_client 2015-11-03 02:27:54 -06:00
README.rst IRR for rsyslog_client 2015-11-03 02:27:54 -06:00
manual-test.rc Add CentOS7 support to rsyslog client 2016-06-01 13:45:14 -05:00
other-requirements.txt Add CentOS7 support to rsyslog client 2016-06-01 13:45:14 -05:00
run_tests.sh Add CentOS7 support to rsyslog client 2016-06-01 13:45:14 -05:00
setup.cfg IRR for rsyslog_client 2015-11-03 02:27:54 -06:00
setup.py IRR for rsyslog_client 2015-11-03 02:27:54 -06:00
test-requirements.txt Pin test-requirements to match OpenStack requirements 2016-06-17 12:37:23 +01:00
tox.ini Add human readable logging callback plugin for func testing 2016-06-20 12:06:20 -04: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" ] }