ansible-pilote/ansible.cfg

7 lines
172 B
INI
Raw Permalink Normal View History

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