15 lines
283 B
INI
15 lines
283 B
INI
[defaults]
|
|
inventory = inventory/production
|
|
remote_user = ubuntu
|
|
host_key_checking = False
|
|
private_key_file = ~/.ssh/id_rsa
|
|
retry_files_enabled = False
|
|
roles_path = roles
|
|
gathering = smart
|
|
stdout_callback = yaml
|
|
become = True
|
|
become_method = sudo
|
|
|
|
[ssh_connection]
|
|
pipelining = True
|