mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
12 lines
193 B
INI
12 lines
193 B
INI
[defaults]
|
|
inventory = ./ansible/hosts
|
|
retry_files_enabled = False
|
|
nocows = True
|
|
transport = local
|
|
|
|
[privilege_escalation]
|
|
become=Yes
|
|
become_method=sudo
|
|
become_user=root
|
|
become_ask_pass=False
|
|
|