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>
(cherry picked from commit dd193df4b9)
pull/1591/head
Andrew Schoen 2017-06-06 09:04:58 -05:00
parent c259ef5ed7
commit 92285c3473
1 changed files with 0 additions and 7 deletions

View File

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