adds check command to auto dry-run and diff the playbook

This commit is contained in:
James Hackett 2022-12-08 01:02:00 +00:00
parent 6a6f99b11f
commit b37ad31110

3
ansible/bin/check.sh Normal file
View file

@ -0,0 +1,3 @@
#!/bin/bash
ansible-playbook redbrick-ansible.yml -i hosts --check --diff