add Final Infrastructure Setup
This commit is contained in:
commit
7733dde658
174 changed files with 204949 additions and 0 deletions
7
infrastructure/ansible/ansible.cfg
Normal file
7
infrastructure/ansible/ansible.cfg
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[defaults]
|
||||
timeout = 60
|
||||
host_key_checking = False
|
||||
|
||||
[ssh_connection]
|
||||
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o ConnectTimeout=60
|
||||
retries = 3
|
||||
Loading…
Add table
Add a link
Reference in a new issue