[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