mirror of
https://github.com/outbackdingo/ansible-hw-bootstrap.git
synced 2026-01-27 02:18:12 +00:00
15 lines
320 B
INI
15 lines
320 B
INI
[defaults]
|
|
inventory = inventory/box
|
|
host_key_checking = False
|
|
forks = 20
|
|
remote_user = vagrant
|
|
system_warnings = True
|
|
roles_path = roles
|
|
nocows = 1
|
|
ansible_managed = Ansible managed: modified on %d-%b-%Y %H:%M by {uid} on {host}
|
|
retry_files_enabled = False
|
|
|
|
[ssh_connection]
|
|
pipelining=True
|
|
control_path = /tmp/%%h-%%r
|