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

15 lines
254 B
INI
Raw Normal View History

2018-11-17 21:19:09 +01:00
[defaults]
2019-04-24 09:19:13 +02:00
inventory = ./ansible/hosts.ini
2018-11-17 21:19:09 +01:00
retry_files_enabled = False
nocows = True
[privilege_escalation]
2019-02-19 19:03:40 +01:00
become_method = sudo
become_user = root
become_ask_pass = False
2018-11-17 21:19:09 +01:00
2019-02-21 11:53:31 +01:00
[ssh_connection]
pipelining = True
control_path = /tmp/ansible-ssh-%%h-%%p-%%r