From 26dc670949a23cf680589504f7b36bb35edac032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20D=C3=A9siles?= <1536672+cdesiles@users.noreply.github.com> Date: Fri, 14 Nov 2025 00:07:57 +0100 Subject: [PATCH] fix: set default inventory and remote tmp --- ansible.cfg | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index 7341772..88eee3c 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,6 +1,8 @@ [defaults] -interpreter_python=/usr/bin/python3 -roles_path=./roles +interpreter_python = /usr/bin/python3 +roles_path = ./roles +inventory = inventory/hosts.yml +remote_tmp = /tmp/.ansible-${USER} [ssh_connection] ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o ControlPath=/tmp/ansible-ssh-%h-%p-%r