mirror of https://github.com/ceph/ceph-ansible.git
commit
613b6a30f1
|
@ -200,7 +200,7 @@ rgw frontends = civetweb port=[{{ ['ansible_' + radosgw_interface][ip_version][0
|
|||
|
||||
{% if groups[nfs_group_name] is defined %}
|
||||
{% if nfs_group_name in group_names %}
|
||||
{% if inventory_hostname in groups.get(nfs_group_name, []) %}
|
||||
{% if inventory_hostname in groups.get(nfs_group_name, []) and inventory_hostname not in groups.get(rgw_group_name, []) %}
|
||||
{% for host in groups[nfs_group_name] %}
|
||||
{% if nfs_obj_gw %}
|
||||
{% if hostvars[host]['ansible_hostname'] is defined %}
|
||||
|
|
Loading…
Reference in New Issue