From 513e2810c9177874d108a8b164dbcc4d94cc9253 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Wed, 22 Oct 2025 14:46:38 +0200 Subject: [PATCH] Remove inventory wrapper for ansible-vault secrets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We don’t use them anymore and also the PR has been merged. --- inventory.sh | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 inventory.sh diff --git a/inventory.sh b/inventory.sh deleted file mode 100755 index f0613e3..0000000 --- a/inventory.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -# use this wrapper as your inventory if you have ansible-vault secrets in some config context - -# thank you Dameon Wagner you magnificent beast -# https://github.com/netbox-community/ansible_modules/discussions/551 - -# remove this file if/when this gets to your computer -# https://github.com/netbox-community/ansible_modules/pull/1114 - -ANSIBLE_ASK_VAULT_PASS=no ansible-inventory -i inventory.yml "${@}"