galene-cloud/ansible/ansible.cfg
Julien Riou fc59b4f9a5
feat: Initial code
Signed-off-by: Julien Riou <julien@riou.xyz>
2025-04-12 06:50:12 +02:00

8 lines
149 B
INI

[defaults]
inventory = inventory/hosts
remote_user = debian
host_key_checking = False
private_key_file = ssh_key
[ssh_connection]
pipelining = True