DEPRECATED, Role rsyslog_server for OpenStack-Ansible
Go to file
Jesse Pretorius b9ea5cb30e Revise all lint tests and add consolidated 'linters' tox environment
OpenStack-Infra has requested that lint tests be pipelined into the 'linters'
tox target in order to make more efficient use of nodepool resources.

This patch:

- Ensures that a complete set of lints tests is available in individual
  tox targets.
- Adds a 'linters' target which executes all the other lints tests.

Change-Id: Ic5ccc87e9adb08154532783f6215b015e31071ae
2016-02-03 13:19:24 +00:00
defaults first commit 2015-12-09 09:27:53 -06:00
doc first commit 2015-12-09 09:27:53 -06:00
files first commit 2015-12-09 09:27:53 -06:00
meta first commit 2015-12-09 09:27:53 -06:00
tasks first commit 2015-12-09 09:27:53 -06:00
templates first commit 2015-12-09 09:27:53 -06:00
tests updated repo pathing for new org 2015-12-10 16:57:23 -06:00
.DS_Store first commit 2015-12-09 09:27:53 -06:00
.gitignore updated repo pathing for new org 2015-12-10 16:57:23 -06: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 first commit 2015-12-09 09:27:53 -06:00
run_tests.sh first commit 2015-12-09 09:27:53 -06: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 Merge bashate/pep8 lint jobs in common job 2015-12-15 10:38:07 +00:00
tox.ini Revise all lint tests and add consolidated 'linters' tox environment 2016-02-03 13:19:24 +00: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.

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