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
dd193df4b9d93a124c25b7c6db02350714cd87cc)
- restapis
- rbdmirrors
- clients
- - iscsigws
- mgrs
gather_facts: false
tags:
roles:
- ceph-client
-- hosts: iscsigws
- gather_facts: false
- become: True
- roles:
- - ceph-iscsi-gw
-
- hosts: mgrs
gather_facts: false
become: True