1
0
Fork 0
yatf/ansible/ansible.cfg

11 lines
221 B
INI
Raw Normal View History

[defaults]
2025-02-16 22:13:44 +02:00
inventory = inventory.ini
2025-01-20 00:10:37 +02:00
interpreter_python = /usr/bin/python3
2025-02-16 22:13:44 +02:00
remote_user = ubuntu
private_key_file = ~/.ssh/id_ed25519
host_key_checking = False
2025-03-03 23:57:56 +02:00
callback_format_pretty = true
callback_result_format = yaml