Monday, January 8, 2018

Ansible Dry Run

Ansible has a option to run it in dry mode. (i.e) Without executing it will show what it is going to execute or change.


# ansible-playbook myplaybook.yaml --check

No comments:

Post a Comment