Ansible wizard document all server groups
authorBill Erickson <berickxx@gmail.com>
Wed, 12 Jun 2019 17:15:14 +0000 (13:15 -0400)
committerBill Erickson <berickxx@gmail.com>
Wed, 19 Jun 2019 16:33:49 +0000 (12:33 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
KCLS/admin-scripts/ansible/eg-brick-wizard.sh

index f07a795..0cc02cc 100755 (executable)
@@ -82,7 +82,7 @@ if [ $CLUSTER != "localhost" ]; then
     echo ""
     echo "Optional: limit to a specific server or server group."
     echo "For single servers, use ansible-style names with trailing commas."
-    echo 'Examples: "bricks" "testing-utility,"'
+    echo 'Examples: "bricks" "sips" "utils" "testing-utility,"'
     echo -n "Host or group: "; read LIMIT_HOST
 
     if [ -n "$LIMIT_HOST" ]; then