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