projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bae164e
)
Ansible wizard document all server groups
author
Bill Erickson
<berickxx@gmail.com>
Wed, 12 Jun 2019 17:15:14 +0000
(13:15 -0400)
committer
Bill 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
patch
|
blob
|
history
diff --git
a/KCLS/admin-scripts/ansible/eg-brick-wizard.sh
b/KCLS/admin-scripts/ansible/eg-brick-wizard.sh
index
f07a795
..
0cc02cc
100755
(executable)
--- a/
KCLS/admin-scripts/ansible/eg-brick-wizard.sh
+++ b/
KCLS/admin-scripts/ansible/eg-brick-wizard.sh
@@
-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