From d8ef9466d9924ced123cc25a8523c0dbbc155879 Mon Sep 17 00:00:00 2001 From: x p k Date: Fri, 8 Apr 2022 14:30:59 +0800 Subject: [PATCH] UPD: added example-usage.md --- rs/ansible-create-home.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rs/ansible-create-home.sh b/rs/ansible-create-home.sh index 783f734..0a79c00 100644 --- a/rs/ansible-create-home.sh +++ b/rs/ansible-create-home.sh @@ -28,3 +28,8 @@ EOF chmod 755 dyn-inventory.sh openssl rand -base64 32 > ~/rs-ansible-home/keys/.vault-pass + +cat < example-usage.md +# Run ansible through hammertime +COREACCOUNT=123456 ansible -m ping linux +EOF