mirror of https://github.com/ceph/ceph-ansible.git
remove ceph-iscsi-gw play from site.yml.sample
We ship ceph-iscsi-gw in a separate repo downstream and do not package it with ceph-ansible. Including the play for ceph-iscsi-gw in site.yml.sample makes the playbook fail when using the downstream packages. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1454945 Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/1589/head
parent
b7f3be6c35
commit
dd193df4b9
|
@ -11,7 +11,6 @@
|
||||||
- restapis
|
- restapis
|
||||||
- rbdmirrors
|
- rbdmirrors
|
||||||
- clients
|
- clients
|
||||||
- iscsigws
|
|
||||||
- mgrs
|
- mgrs
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
tags:
|
tags:
|
||||||
|
@ -93,12 +92,6 @@
|
||||||
roles:
|
roles:
|
||||||
- ceph-client
|
- ceph-client
|
||||||
|
|
||||||
- hosts: iscsigws
|
|
||||||
gather_facts: false
|
|
||||||
become: True
|
|
||||||
roles:
|
|
||||||
- ceph-iscsi-gw
|
|
||||||
|
|
||||||
- hosts: mgrs
|
- hosts: mgrs
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
become: True
|
become: True
|
||||||
|
|
Loading…
Reference in New Issue