diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index 4e5a3b8..d932752 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -5,9 +5,11 @@ retry_files_enabled = False roles_path = $PWD/galaxy_roles:$PWD/roles collections_path = $PWD/galaxy_collections inventory = ./hosts +interpreter_python = auto_silent + +[privilege_escalation] become = True become_ask_pass = True -interpreter_python = auto_silent [ssh_connection] pipelining = True