From 82fcbf51275dfeab054c0fe3aab8a7f7c685617a Mon Sep 17 00:00:00 2001 From: Maxim Vershinin Date: Sun, 9 Aug 2026 18:29:52 +0400 Subject: [PATCH] REFACTOR: remove run_playbook.sh, it's useless --- run_playbook.sh | 4 ---- 1 file changed, 4 deletions(-) delete mode 100755 run_playbook.sh diff --git a/run_playbook.sh b/run_playbook.sh deleted file mode 100755 index 8fd8521..0000000 --- a/run_playbook.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -ansible-playbook -i inventory/hosts.yaml $1 \ - --private-key inventory/group_vars/secret/ansible_key \ - --vault-password-file inventory/group_vars/secret/.vault_pass \ No newline at end of file