From 0182fe51736e7610d4a63fe6767d08ffe5c5938c Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Mon, 3 Mar 2025 21:20:59 +0100 Subject: ansible: add dynamic inventory & playbooks to install k3s hosts bootstrap.yml will now be used to install any configuration on new provisionned servers, based on tags given by the dynamic inventory --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 9709716..ab1e641 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ inventory.ini # Ansible *.retry inventory.yaml +.vault_password # Packer packer_cache/ -- cgit v1.2.3