Add Centos-8 support

Depends-On: https://review.opendev.org/734672
Depends-On: https://review.opendev.org/735289
Change-Id: I35690f9a54337d6a268406ddcf6726f7040ac966
This commit is contained in:
Dmitriy Rabotyagov
2020-06-15 13:21:12 +03:00
committed by Dmitriy Rabotyagov (noonedeadpunk)
parent 52953f08c5
commit fc27e735a6
5 changed files with 27 additions and 6 deletions

View File

@@ -26,6 +26,9 @@ rabbitmq_host_group: "rabbitmq_all"
# The local address used for the rabbitmq cluster node
rabbitmq_node_address: "{{ ansible_host }}"
rabbit_system_user_name: rabbitmq
rabbit_system_group_name: rabbitmq
# Hosts file entries (set this to an empty list to disable /etc/hosts generation
# for the rabbitmq cluster nodes)
rabbitmq_hosts_entries: >-