- Add vault vars include with traefik tag for CF_DNS_API_TOKEN availability - Add Docker provider socket and API version to home compose - Add Forgejo router to file provider as fallback (Docker provider broken due to API version mismatch) - Fixes 404 errors on git.jfraeys.com when Docker provider fails
10 lines
356 B
INI
10 lines
356 B
INI
[defaults]
|
|
inventory = inventory/
|
|
remote_user=ansible
|
|
host_key_checking=True
|
|
roles_path=roles
|
|
interpreter_python=/usr/bin/python3
|
|
vault_password_file = secrets/.vault_pass
|
|
|
|
[ssh_connection]
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o ControlPath=~/.ansible/cp/ansible-ssh-%%h-%%p-%%r -o StrictHostKeyChecking=accept-new -o IdentitiesOnly=yes
|