openstack-ansible-rsyslog_s.../examples/playbook.yml
Andrew Meserole 8d41188c3c [DOCS] Refactor rsyslog_server Docs
This commit refactors the current docs in the rsyslog_server role.
Moving forward, specific project configurations are maintained
in the appropriate role book.

Change-Id: I688e7a244828a54692fd466eb534cfd6d9cb351d
2016-08-12 10:20:35 -05:00

6 lines
149 B
YAML

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