From 4e2703c52026009c34e8dcb8294b50881f9152f8 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Mon, 3 Feb 2025 17:21:58 +0100 Subject: opentofu: add kubespray submodule to deploy via ansible Not working yet, getting : "msg": "Ansible must be between 2.16.4 and 2.17.0 exclusive - you have 2.17.5" --- ansible/ansible.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ansible/ansible.cfg') diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index 002a50d..5a7e920 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -1,2 +1,3 @@ [defaults] -roles_path = ./roles +roles_path = ./roles/:./kubespray/roles/ +library = ./library/:./kubespray/library/ -- cgit v1.2.3