ansible_playbook_pi_buzzer/ansible.cfg
2024-03-24 18:52:54 +01:00

28 lines
599 B
INI

[defaults]
inventory = ./hosts.ini
remote_user = ansible
retry_files_enabled = false
nocows = true
log_path = $HOME/.ansible/ansible_pi_buzzer.log
forks = 20
gathering = smart
fact_caching = jsonfile
fact_caching_connection = $HOME/.ansible/facts
interpreter_python = /usr/bin/python3
[ssh_connection]
control_path = %(directory)s/%%h-%%r-%%p
ssh_args = -o StrictHostKeyChecking=accept-new -o ControlMaster=auto -o ControlPersist=600s
pipelining = true
retries = 10
[privilege_escalation]
become_method = sudo
become_user = root
become_ask_pass = false
[passwordstore_lookup]
backend = gopass