Add running in check mode to instructions in README.md

This commit is contained in:
Gašper Fele-Žorž 2025-11-13 15:49:15 +01:00
parent ac9a688864
commit fa9f863ad1

View file

@ -29,6 +29,10 @@ Run one-off tasks with (add `--key-file` or other options as necessary):
ansible -m ping 'server-*'
Run a playbook with:
Run a playbook in check mode with:
ansible-playbook setup.yml -l 'server-*' -CD
If everything seems OK, run:
ansible-playbook setup.yml -l 'server-*'