ansible-infra/collections/ansible_collections/nullified/infrastructure/extensions/ansible.cfg

10 lines
251 B
INI

[defaults]
# target root path of the repository
home = ../../../../..
remote_tmp = /tmp
local_tmp = /tmp
inject_facts_as_vars = False
[privilege_escalation]
become_method = su
become_flags = "-l"