UPD: added example-usage.md

This commit is contained in:
xpk 2022-04-08 14:30:59 +08:00
parent 38c943e128
commit d8ef9466d9
Signed by: xpk
GPG Key ID: CD4FF6793F09AB86

View File

@ -28,3 +28,8 @@ EOF
chmod 755 dyn-inventory.sh
openssl rand -base64 32 > ~/rs-ansible-home/keys/.vault-pass
cat <<EOF > example-usage.md
# Run ansible through hammertime
COREACCOUNT=123456 ansible -m ping linux
EOF