From 683b50189bbe108586efe40c9d865495d268d744 Mon Sep 17 00:00:00 2001 From: Mike Christie Date: Wed, 19 Jun 2019 20:29:20 -0500 Subject: [PATCH] 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 --- doc/rbd/iscsi-target-ansible.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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:** -- 2.39.5