mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #1589 from ceph/bz-1454945
remove ceph-iscsi-gw play from site.yml.samplepull/1576/merge
commit
040b5c4b7f
|
@ -11,7 +11,6 @@
|
|||
- restapis
|
||||
- rbdmirrors
|
||||
- clients
|
||||
- iscsigws
|
||||
- mgrs
|
||||
gather_facts: false
|
||||
tags:
|
||||
|
@ -93,12 +92,6 @@
|
|||
roles:
|
||||
- ceph-client
|
||||
|
||||
- hosts: iscsigws
|
||||
gather_facts: false
|
||||
become: True
|
||||
roles:
|
||||
- ceph-iscsi-gw
|
||||
|
||||
- hosts: mgrs
|
||||
gather_facts: false
|
||||
become: True
|
||||
|
|
Loading…
Reference in New Issue