7 lines
191 B
INI
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 |