From c751ced79378e0e3444ec6397d126be0fa93216f Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Fri, 29 May 2026 08:28:21 -0400 Subject: [PATCH] writing script to simplify, or abstarct from, use of ansible commands for convenience --- dry_run.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 dry_run.sh diff --git a/dry_run.sh b/dry_run.sh new file mode 100755 index 0000000..bc5d987 --- /dev/null +++ b/dry_run.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +ansible-playbook --ask-pass --ask-become-pass -i hosts.yml init@homeserver.yml --check \ No newline at end of file