18 lines
418 B
INI
18 lines
418 B
INI
# Ansible Configuration for Samba4 DC Installation
|
|
[defaults]
|
|
inventory = inventory.yml
|
|
host_key_checking = False
|
|
timeout = 30
|
|
gather_timeout = 30
|
|
fact_caching = memory
|
|
fact_caching_timeout = 3600
|
|
|
|
# Display settings
|
|
stdout_callback = yaml
|
|
bin_ansible_callbacks = True
|
|
|
|
# SSH settings
|
|
[ssh_connection]
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o UserKnownHostsFile=/dev/null
|
|
pipelining = True
|
|
retries = 3 |