Recently we renamed the group_name for iscsi iscsigws where previously
it was named iscsi-gws. Existing deployments with a host file section
with iscsi-gws must continue to work.
This commit adds the old group name as a backoward compatility, no error
from Ansible should be expected, if the hostgroup is not found nothing
is played.
Close: https://bugzilla.redhat.com/show_bug.cgi?id=
1619167
Signed-off-by: Sébastien Han <seb@redhat.com>
(cherry picked from commit
77a3a682f358c8e9a40c5b50e980b5e9ec5f6d60)
igw_purge_type: "{{ purge_config }}"
- name: Removing the gateway configuration
- hosts: iscsigws
+ hosts:
+ - iscsigws
+ - iscsi-gws # for backward compatibility only!
become: yes
vars:
- igw_purge_type: "{{hostvars['localhost']['igw_purge_type']}}"
- rbdmirrors
- clients
- iscsigws
+ - iscsi-gws # for backward compatibility only!
- mgrs
gather_facts: false
- clients
- mgrs
- iscsigws
+ - iscsi-gws # for backward compatibility only!
gather_facts: false
- ceph-config
- ceph-client
-- hosts: iscsigws
+- hosts:
+ - iscsigws
+ - iscsi-gws # for backward compatibility only!
gather_facts: false
become: True
roles: