13 lines
260 B
INI
13 lines
260 B
INI
[defaults]
|
|
deprecation_warnings = False
|
|
host_key_checking = False
|
|
interpreter_python = auto_silent
|
|
inventory = inventory
|
|
forks = 5
|
|
nocows = True
|
|
private_key_file = ./nfi-training
|
|
remote_user = ubuntu
|
|
|
|
[ssh_connection]
|
|
ssh_args = -o StrictHostKeyChecking=no
|