Files
ansible-config/ansible.cfg

10 lines
191 B
INI
Raw Permalink Normal View History

[defaults]
inventory = inventories/production/hosts
host_key_checking = False
interpreter_python = /usr/bin/python3
gathering = smart
roles_path = ./roles
[ssh_connection]
pipelining = True