c8ce051651
With this patch we ensure that duplicated records are not created with rabbitmq role if hosts file already contain OSA managed block. Managing hosts still might be required for role usage outside of the OSA so we workaround this usecase. Change-Id: Ia20902f0ffe21ce563966fee4d233e5ec3afe3d9 Related-Bug: #1960587
10 lines
279 B
YAML
10 lines
279 B
YAML
---
|
|
features:
|
|
- |
|
|
Added variable ``rabbitmq_manage_hosts_entries`` that controls if
|
|
rabbitmq_server role will attempt to adjust /etc/hosts file
|
|
fixes:
|
|
- |
|
|
Do not duplicate records in /etc/hosts file by rabbitmq role when hosts
|
|
file is already managed by OSA.
|