1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_linux_desktop_setup.git synced 2024-09-14 19:54:51 +02:00
ansible_linux_desktop_setup/ansible.cfg
2022-06-18 14:40:06 +02:00

11 lines
198 B
INI

[defaults]
inventory = ./inventory.py
retry_files_enabled = False
nocows = True
ansible_connection = 'local'
[privilege_escalation]
become_method = sudo
become_user = root
become_ask_pass = False