mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
12 lines
334 B
INI
12 lines
334 B
INI
[defaults]
|
|
inventory = inventory/hosts.ini
|
|
roles_path = roles
|
|
remote_user = root
|
|
host_key_checking = False
|
|
pipelining = True
|
|
gather_facts = True
|
|
retry_files_enabled = False
|
|
result_format = yaml
|
|
|
|
[ssh_connection]
|
|
ssh_args = -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null
|