Files
ansible/ansible.cfg

15 lines
263 B
INI

[defaults]
inventory = ./inventory/hosts.ini
roles_path = ./roles
collections_paths = ./collections
host_key_checking = False
retry_files_enabled = False
timeout = 30
forks = 10
[privilege_escalation]
become = True
become_method = sudo
#become_ask_pass = False