initial commit
This commit is contained in:
commit
800836b2d9
23 changed files with 609 additions and 0 deletions
8
ansible.cfg
Normal file
8
ansible.cfg
Normal file
|
@ -0,0 +1,8 @@
|
|||
[defaults]
|
||||
host_key_checking = False
|
||||
retry_files_enabled = False
|
||||
|
||||
[ssh_connection]
|
||||
pipelining = True
|
||||
control_path = %(directory)s/%%h-%%p-%%r)
|
||||
ssh_args =
|
Loading…
Add table
Add a link
Reference in a new issue