HomeCloudPlaybooks/ansible.cfg
2025-02-11 19:10:35 +01:00

7 lines
191 B
INI

[defaults]
inventory = ./inventory/hosts.yml
remote_user = ubuntu
private_key_file = ./private/astronomican.pem
host_key_checking = False
interpreter_python = auto_silent
roles_path = ./roles