keycloak-scim/.github/scripts/ansible/ansible.cfg
Ryan Emerson 67f6f2f657
Add Multi-AZ Aurora DB to CI store-integration-tests
Closes #26730

Signed-off-by: Ryan Emerson <remerson@redhat.com>
2024-02-14 16:51:08 +01:00

8 lines
231 B
INI

[defaults]
#log_path = ./ansible.log
host_key_checking=False
transport = ssh
forks = 50
[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o ForwardAgent=yes -o StrictHostKeyChecking=no -o IdentitiesOnly=yes