adds check command to auto dry-run and diff the playbook
This commit is contained in:
parent
6a6f99b11f
commit
b37ad31110
1 changed files with 3 additions and 0 deletions
3
ansible/bin/check.sh
Normal file
3
ansible/bin/check.sh
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
ansible-playbook redbrick-ansible.yml -i hosts --check --diff
|
Loading…
Reference in a new issue