DEPRECATED, Role rsyslog_server for OpenStack-Ansible
Go to file
Major Hayden 480fa37d8c Add CentOS 7 support
This patch adds CentOS 7 support to the rsyslog_server role
and should have the necessary requirements to test properly
in the OpenStack gate.

Implements: blueprint multi-platform-host

Change-Id: Idf6e1614e84c26fe72c655bdb84c2cca0c661816
2016-06-21 18:38:44 +00:00
defaults Multi-distro support for rsyslog-server role 2016-03-08 13:14:17 -05:00
doc first commit 2015-12-09 09:27:53 -06:00
files first commit 2015-12-09 09:27:53 -06:00
meta Update role metadata 2016-05-20 15:52:41 -04:00
releasenotes Add CentOS 7 support 2016-06-21 18:38:44 +00:00
tasks Address Ansible bare variable usage 2016-06-15 15:02:07 -04:00
templates first commit 2015-12-09 09:27:53 -06:00
tests Update tox config and add bashate E006, E040 exceptions 2016-02-12 12:01:56 +00:00
vars Multi-distro support for rsyslog-server role 2016-03-08 13:14:17 -05:00
.DS_Store first commit 2015-12-09 09:27:53 -06:00
.gitignore Add .swp files to .gitignore 2016-05-04 15:23:04 +01:00
.gitreview updated repo pathing for new org 2015-12-10 16:57:23 -06:00
CONTRIBUTING.rst first commit 2015-12-09 09:27:53 -06:00
LICENSE first commit 2015-12-09 09:27:53 -06:00
README.rst Multi-distro support for rsyslog-server role 2016-03-08 13:14:17 -05:00
other-requirements.txt Add CentOS 7 support 2016-06-21 18:38:44 +00:00
run_tests.sh Add CentOS 7 support 2016-06-21 18:38:44 +00:00
setup.cfg first commit 2015-12-09 09:27:53 -06:00
setup.py first commit 2015-12-09 09:27:53 -06:00
test-requirements.txt Pin test-requirements to match OpenStack requirements 2016-06-17 12:37:31 +01:00
tox.ini Add reno scaffolding for release notes management 2016-04-09 19:22:44 +01:00

README.rst

OpenStack rsyslog server

tags

openstack, rsyslog, server, cloud, ansible

category

*nix

Role to deploy rsyslog for use within OpenStack when deploying services using containers.

Linux Distribution Support: Ubuntu 14.04, EL 7.

- name: Install rsyslog
  hosts: rsyslog
  max_fail_percentage: 20
  user: root
  roles:
    - { role: "rsyslog_server", tags: [ "rsyslog-server" ] }