2024-11-08 20:08:56 +01:00
|
|
|
[defaults]
|
|
|
|
|
vault_password_file = ~/.config/ansible/hcloud.secret
|
|
|
|
|
stdout_callback: yaml
|
2024-11-12 14:08:53 +01:00
|
|
|
host_key_checking = False
|
2024-11-08 20:08:56 +01:00
|
|
|
|
|
|
|
|
[ssh_connection]
|
|
|
|
|
pipelining = True
|
|
|
|
|
|
|
|
|
|
[inventory]
|
2024-11-11 19:28:55 +01:00
|
|
|
enable_plugins = hcloud, host_list, yaml
|
2024-11-12 14:08:53 +01:00
|
|
|
|