|
@@ -81,7 +81,7 @@
|
|
ansible_ssh_host: '{{ item.1 }}'
|
|
ansible_ssh_host: '{{ item.1 }}'
|
|
ansible_ssh_user: "{{ deployment_vars[deployment_type].ssh_user }}"
|
|
ansible_ssh_user: "{{ deployment_vars[deployment_type].ssh_user }}"
|
|
ansible_sudo: "{{ deployment_vars[deployment_type].sudo }}"
|
|
ansible_sudo: "{{ deployment_vars[deployment_type].sudo }}"
|
|
- groups: 'tag_env-{{ cluster }}, tag_host-type-{{ type }}, tag_env-host-type-{{ cluster }}-openshift-{{ type }}'
|
|
|
|
|
|
+ groups: 'tag_env-{{ cluster }}, tag_host-type-{{ type }}, tag_env-host-type-{{ cluster }}-openshift-{{ type }}, tag_sub-host-type-{{ g_sub_host_type }}'
|
|
with_together:
|
|
with_together:
|
|
- instances
|
|
- instances
|
|
- ips
|
|
- ips
|