diff options
author | Thomas Wiest <twiest@users.noreply.github.com> | 2015-11-16 09:37:37 -0500 |
---|---|---|
committer | Thomas Wiest <twiest@users.noreply.github.com> | 2015-11-16 09:37:37 -0500 |
commit | f33f2d789c58e334449060ce532d7a2785f79e7c (patch) | |
tree | 789547c74ed312918a98490ca54fe12f9ce390bd /playbooks/libvirt/openshift-cluster/tasks | |
parent | 7274d4379f6438d80a840bf6fc0b017b57e6595c (diff) | |
parent | 3c560d4a589cb7c7144f25468e0c7d2d0768853d (diff) | |
download | openshift-f33f2d789c58e334449060ce532d7a2785f79e7c.tar.gz openshift-f33f2d789c58e334449060ce532d7a2785f79e7c.tar.bz2 openshift-f33f2d789c58e334449060ce532d7a2785f79e7c.tar.xz openshift-f33f2d789c58e334449060ce532d7a2785f79e7c.zip |
Merge pull request #461 from lhuard1A/prettify_list_output
Better structure the output of the list playbook
Diffstat (limited to 'playbooks/libvirt/openshift-cluster/tasks')
-rw-r--r-- | playbooks/libvirt/openshift-cluster/tasks/launch_instances.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/libvirt/openshift-cluster/tasks/launch_instances.yml b/playbooks/libvirt/openshift-cluster/tasks/launch_instances.yml index 4b91c6da8..4825207c9 100644 --- a/playbooks/libvirt/openshift-cluster/tasks/launch_instances.yml +++ b/playbooks/libvirt/openshift-cluster/tasks/launch_instances.yml @@ -81,7 +81,7 @@ ansible_ssh_host: '{{ item.1 }}' ansible_ssh_user: "{{ deployment_vars[deployment_type].ssh_user }}" 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: - instances - ips |