mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-02-14 09:39:56 +00:00
11 lines
212 B
INI
11 lines
212 B
INI
[defaults]
|
|
nocows = True
|
|
inventory = inventory
|
|
remote_user = vagrant
|
|
private_key_file = private-key
|
|
host_key_checking = False
|
|
deprecation_warnings = False
|
|
|
|
[ssh_connection]
|
|
ssh_args = -o StrictHostKeyChecking=no
|