From: Mike Christie Date: Thu, 20 Jun 2019 01:29:20 +0000 (-0500) Subject: doc: Fix ceph-ansible iscsigws command X-Git-Tag: v15.1.0~2380^2~3 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=683b50189bbe108586efe40c9d865495d268d744;p=ceph-ci.git doc: Fix ceph-ansible iscsigws command Use the more standard --limit iscsigws argument instead of running the playbook command on the iscsigws.yml file directly. Signed-off-by: Mike Christie --- diff --git a/doc/rbd/iscsi-target-ansible.rst b/doc/rbd/iscsi-target-ansible.rst index 6accabb015c..bb22144c1f8 100644 --- a/doc/rbd/iscsi-target-ansible.rst +++ b/doc/rbd/iscsi-target-ansible.rst @@ -146,7 +146,7 @@ On the Ansible installer node, perform the following steps. :: # cd /usr/share/ceph-ansible - # ansible-playbook iscsigws.yml + # ansible-playbook site.yml --limit iscsigws .. note:: The Ansible playbook will handle RPM dependencies, RBD creation @@ -264,7 +264,7 @@ change across the iSCSI gateway nodes. :: - # ansible-playbook iscsigws.yml + # ansible-playbook site.yml --limit iscsigws **Removing the Configuration:**