arch-obs-setup/ansible.cfg

31 lines
643 B
INI

[defaults]
inventory = ./hosts.ini
remote_user = ansible
retry_files_enabled = false
nocows = true
log_path = $HOME/.ansible/ansible.log
forks = 23
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: community.general.sudosu
become_user = root
become_ask_pass = false
[passwordstore_lookup]
backend = gopass
lock = readwrite
locktimeout = 45s