browbeat/ansible/install/rsyslog-logging.yml
Masco Kaliyamoorthy 461b016f13 use tripleo-ansible-inventry to generate hosts
Change-Id: I54d6eba518910e6651758bc7d46624bafacaef6c
2021-03-30 21:19:14 +05:30

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