From b37ad311104cec8e9205da37e224bfa019ba109b Mon Sep 17 00:00:00 2001 From: James Hackett Date: Thu, 8 Dec 2022 01:02:00 +0000 Subject: [PATCH] adds check command to auto dry-run and diff the playbook --- ansible/bin/check.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ansible/bin/check.sh diff --git a/ansible/bin/check.sh b/ansible/bin/check.sh new file mode 100644 index 0000000..01e2a6d --- /dev/null +++ b/ansible/bin/check.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +ansible-playbook redbrick-ansible.yml -i hosts --check --diff