8d41188c3c
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
6 lines
149 B
YAML
6 lines
149 B
YAML
- name: Install rsyslog
|
|
hosts: rsyslog
|
|
max_fail_percentage: 20
|
|
user: root
|
|
roles:
|
|
- { role: "rsyslog_server", tags: [ "rsyslog-server" ] } |