new structure

This commit is contained in:
Oliver
2025-08-08 16:54:00 -03:00
parent dc80dd9522
commit 3b2d644a1b
33 changed files with 391 additions and 16 deletions

View File

@@ -4,7 +4,6 @@ if [ "$#" -ne 3 ]; then
echo "Usage: $0 <localfile> <remotefile> <host_vars_dir>"
exit 1
fi
hosts_file="/mnt/encrypted_volume/${HOSTS_FILE:-hosts.txt}"
localfile="$1"
remotefile="$2"