ansible-pilote/ansible.cfg
Julien Riou 096a3e0540
Initial commit
Signed-off-by: Julien Riou <julien@riou.xyz>
2024-04-27 15:21:55 +02:00

6 lines
172 B
INI

[defaults]
inventory = ./inventory/hosts
interpreter_python = /usr/bin/python3
remote_user = root
pipelining = True
ssh_args = -o ControlMaster=auto -o ControlPersist=1200