]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc: Fix ceph-ansible iscsigws command
authorMike Christie <mchristi@redhat.com>
Thu, 20 Jun 2019 01:29:20 +0000 (20:29 -0500)
committerJason Dillaman <dillaman@redhat.com>
Mon, 24 Jun 2019 18:27:53 +0000 (14:27 -0400)
Use the more standard --limit iscsigws argument instead of running the
playbook command on the iscsigws.yml file directly.

Signed-off-by: Mike Christie <mchristi@redhat.com>
doc/rbd/iscsi-target-ansible.rst

index 6accabb015c0c6241b7e3f05885065ba172f91b5..bb22144c1f8453edd323c229e5cc467b34de2efd 100644 (file)
@@ -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:**