diff --git a/ansible.cfg b/ansible.cfg index 25383ac..3cd58e2 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -2,15 +2,23 @@ roles_path = ./roles:$HOME/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles collections_path = ./collections:$HOME/.ansible/collections:/usr/share/ansible/collections:/etc/ansible/collections +playbook_dir = ./playbooks inventory = ./inventory -retry_files_enabled = false + vault_password_file = .vault_pass +retry_files_enabled = False +nocows=True +use_persistent_connections = True + +[connection] +pipelining = True + [ssh_connection] transfer_method = piped [privilege_escalation] -become_ask_pass = false +become_ask_pass = False [galaxy] role_skeleton = ./.ansible/skeleton/default