Add running in check mode to instructions in README.md
This commit is contained in:
parent
ac9a688864
commit
fa9f863ad1
1 changed files with 5 additions and 1 deletions
|
|
@ -29,6 +29,10 @@ Run one-off tasks with (add `--key-file` or other options as necessary):
|
||||||
|
|
||||||
ansible -m ping 'server-*'
|
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-*'
|
ansible-playbook setup.yml -l 'server-*'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue