mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
15 lines
286 B
INI
15 lines
286 B
INI
[defaults]
|
|
inventory = ./ansible/hosts.ini
|
|
retry_files_enabled = False
|
|
nocows = True
|
|
ansible_connection = 'local'
|
|
|
|
[privilege_escalation]
|
|
become_method = sudo
|
|
become_user = root
|
|
become_ask_pass = False
|
|
|
|
#[ssh_connection]
|
|
#pipelining = True
|
|
#control_path = /tmp/ansible-ssh-%%h-%%p-%%r
|
|
|