security_ansible_playbook/ansible.cfg

10 lines
268 B
INI

[defaults]
inventory = inventory/production.yaml
host_key_checking = False
remote_user = cifo
private_key_file = ~/.ssh/id_ed25519
roles_path = roles
[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no
pipelining = True