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:
Travis Truman 2016-07-01 10:27:21 -04:00 committed by Jesse Pretorius (odyssey4me)
parent cf881d5293
commit 8a49b0c423

View File

@ -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 }}"