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 --- ansible/ansible.cfg | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'ansible/ansible.cfg') diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index 5a7e920..4419295 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -1,3 +1,8 @@ [defaults] -roles_path = ./roles/:./kubespray/roles/ -library = ./library/:./kubespray/library/ +roles_path = ./roles/ +library = ./library/ +forks = 5 +host_key_checking = False +retry_files_enabled = False +inventory = ./inventory.proxmox.yaml +vault_password_file = ./.vault_password -- cgit v1.2.3