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
Andrew Schoen 2017-06-06 09:04:58 -05:00
parent b7f3be6c35
commit dd193df4b9
1 changed files with 0 additions and 7 deletions

View File

@ -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