Files
rick-infra/ansible.cfg

11 lines
251 B
INI

[defaults]
inventory = inventory/hosts.yml
host_key_checking = False
remote_user = root
deprecation_warnings = False
vault_password_file = vault-password-file
roles_path = roles
[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=60s