Remove galera_address from playbook vars

When run against a galera server, the galera_client role will now
directly its config to use a local server address. This also avoids
precedence issues if 'galera_address' was overridden through extra vars.

Depends-On: I468b171c1e72697ea6450fe08aa0acb3faf91201
Change-Id: Ib879d73ad99d3479eb7d29f2084f7c312a537e3a
This commit is contained in:
Jimmy McCrory
2017-12-13 12:09:25 -08:00
parent cf9dcbcdef
commit b40fddb9fc

View File

@@ -68,8 +68,6 @@
tags: tags:
- crontab - crontab
vars: vars:
# overridden here to ensure the correct value for the galera_client role
galera_address: 127.0.0.1
galera_server_id: "{{ inventory_hostname | string_2_int }}" galera_server_id: "{{ inventory_hostname | string_2_int }}"
galera_wsrep_node_name: "{{ container_name }}" galera_wsrep_node_name: "{{ container_name }}"
environment: "{{ deployment_environment_variables | default({}) }}" environment: "{{ deployment_environment_variables | default({}) }}"