Add working provisioning and configuration for MS SQL data warehouse
This commit is contained in:
20
configuration/ansible_mssql/ansible.cfg
Normal file
20
configuration/ansible_mssql/ansible.cfg
Normal file
@@ -0,0 +1,20 @@
|
||||
[defaults]
|
||||
|
||||
inventory = inventories/production/hosts.yml
|
||||
|
||||
roles_path = roles
|
||||
|
||||
host_key_checking = False
|
||||
|
||||
remote_user = Administrator
|
||||
|
||||
timeout = 30
|
||||
interpreter_python = auto_silent
|
||||
forks = 20
|
||||
pipelining = True
|
||||
bin_ansible_callbacks = True
|
||||
retry_files_enabled = False
|
||||
|
||||
[ssh_connection]
|
||||
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no
|
||||
transfer_method = scp
|
||||
Reference in New Issue
Block a user