We will need custom env
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
418b8a07b2
commit
37131d4ef5
2 changed files with 4 additions and 1 deletions
|
@ -49,7 +49,10 @@
|
|||
- config
|
||||
|
||||
- name: deploy configuration
|
||||
template: src=rabbitmq.config dest=/etc/rabbitmq/rabbitmq.config owner=root group=root mode=0644
|
||||
template: src={{item}} dest=/etc/rabbitmq/{{item}} owner=root group=root mode=0644
|
||||
with_items:
|
||||
- rabbitmq.config
|
||||
- rabbitmq-env.conf
|
||||
tags:
|
||||
- rabbitmq_cluster
|
||||
- config
|
||||
|
|
0
roles/rabbitmq_cluster/templates/rabbitmq-env.conf
Normal file
0
roles/rabbitmq_cluster/templates/rabbitmq-env.conf
Normal file
Loading…
Add table
Add a link
Reference in a new issue