461b016f13
Change-Id: I54d6eba518910e6651758bc7d46624bafacaef6c
23 lines
410 B
YAML
23 lines
410 B
YAML
---
|
|
#
|
|
# Playbook to install and configure rsyslog on the overcloud/undercloud
|
|
#
|
|
|
|
|
|
- hosts: Undercloud
|
|
remote_user: "{{ local_remote_user }}"
|
|
vars:
|
|
- ansible_ssh_pipelining: yes
|
|
roles:
|
|
- rsyslog-install
|
|
- rsyslog-templates
|
|
|
|
- hosts: overcloud
|
|
remote_user: "{{ host_remote_user }}"
|
|
serial: 10
|
|
vars:
|
|
- ansible_ssh_pipelining: yes
|
|
roles:
|
|
- rsyslog-install
|
|
- rsyslog-templates
|