Remove aodh vars present in group_vars
There is no need to redefine these vars at the playbook level when they are alredy defined in the group_vars for the all group. Change-Id: I48b89f3a62e3f930aed8b1598e5d01d875f704ce
This commit is contained in:
parent
cf881d5293
commit
8a49b0c423
@ -135,9 +135,6 @@
|
|||||||
- "aodh-rsyslog-client"
|
- "aodh-rsyslog-client"
|
||||||
vars:
|
vars:
|
||||||
is_metal: "{{ properties.is_metal|default(false) }}"
|
is_metal: "{{ properties.is_metal|default(false) }}"
|
||||||
aodh_galera_address: "{{ internal_lb_vip_address }}"
|
|
||||||
aodh_galera_user: aodh
|
|
||||||
aodh_galera_database: aodh
|
|
||||||
aodh_rabbitmq_userid: aodh
|
aodh_rabbitmq_userid: aodh
|
||||||
aodh_rabbitmq_vhost: /aodh
|
aodh_rabbitmq_vhost: /aodh
|
||||||
aodh_rabbitmq_servers: "{{ rabbitmq_servers }}"
|
aodh_rabbitmq_servers: "{{ rabbitmq_servers }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user