Difference between revisions of "Ansible-playbook --check"
Jump to navigation
Jump to search
(4 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
In check mode, Ansible runs without making any changes on remote system. | In check mode, Ansible runs without making any changes on remote system. | ||
− | <code>[[ansible-playbook --check | + | <code>[[ansible-playbook]] --check foo.yml</code> |
+ | <code>[[ansible-playbook]] --check foo.yml [[-i]] your_host</code> | ||
+ | [[-C]] or [[--check]] | ||
+ | |||
+ | |||
+ | == Related == | ||
+ | * <code>[[--dry-run]]</code> | ||
== See also == | == See also == |
Latest revision as of 14:16, 7 November 2022
In check mode, Ansible runs without making any changes on remote system.
ansible-playbook --check foo.yml
ansible-playbook --check foo.yml -i your_host
-C or --check
Related[edit]
See also[edit]
Advertising: