Fix ansible config for privilege escalation

This commit is contained in:
Jake Howard 2024-09-09 17:40:18 +01:00
parent d5a7a61171
commit 3ca2b50307
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -5,9 +5,11 @@ retry_files_enabled = False
roles_path = $PWD/galaxy_roles:$PWD/roles roles_path = $PWD/galaxy_roles:$PWD/roles
collections_path = $PWD/galaxy_collections collections_path = $PWD/galaxy_collections
inventory = ./hosts inventory = ./hosts
interpreter_python = auto_silent
[privilege_escalation]
become = True become = True
become_ask_pass = True become_ask_pass = True
interpreter_python = auto_silent
[ssh_connection] [ssh_connection]
pipelining = True pipelining = True