Initialisation depot
This commit is contained in:
18
Migration/Ansible/ansible.cfg
Normal file
18
Migration/Ansible/ansible.cfg
Normal file
@@ -0,0 +1,18 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user