Files
ansible-playbooks/ansible.cfg
2025-06-22 20:44:52 +02:00

13 lines
260 B
INI

[defaults]
deprecation_warnings = False
host_key_checking = False
interpreter_python = auto_silent
inventory = inventory
forks = 5
nocows = True
private_key_file = ./nfi-training
remote_user = ubuntu
[ssh_connection]
ssh_args = -o StrictHostKeyChecking=no