1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_playbook_servers.git synced 2024-09-14 19:53:56 +02:00
ansible_playbook_servers/ansible.cfg

31 lines
621 B
INI
Raw Normal View History

2020-12-12 23:03:33 +01:00
[defaults]
inventory = ./hosts.ini
2020-12-23 17:09:14 +01:00
remote_user = ansible
2021-05-09 01:30:42 +02:00
retry_files_enabled = false
nocows = true
2020-12-12 23:03:33 +01:00
log_path = $HOME/.ansible/ansible.log
forks = 20
gathering = smart
fact_caching = jsonfile
fact_caching_connection = $HOME/.ansible/facts
interpreter_python = /usr/bin/python3
2021-01-02 22:37:59 +01:00
vault_password_file =./.vault
2020-12-12 23:03:33 +01:00
[ssh_connection]
control_path = %(directory)s/%%h-%%r-%%p
ssh_args = -o StrictHostKeyChecking=accept-new -o ControlMaster=auto -o ControlPersist=600s
2021-05-09 01:30:42 +02:00
pipelining = true
2020-12-12 23:03:33 +01:00
retries = 10
[privilege_escalation]
2021-05-09 01:30:42 +02:00
become_method = sudo
become_user = root
become_ask_pass = false
2020-12-12 23:03:33 +01:00
2024-01-03 22:18:40 +01:00
[passwordstore_lookup]
backend = gopass