diff --git a/ansible.cfg b/ansible.cfg index 8734d30..25b7877 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,4 +1,11 @@ [defaults] remote_tmp = /tmp inventory = inventory + roles_path = .ansible/roles:roles +collections_path = .ansible/collections + +interpreter_python = auto_silent + +[ssh_connection] +pipelining = True