2021-01-20 17:49:37 -05:00
|
|
|
[defaults]
|
2021-02-02 22:54:30 -05:00
|
|
|
host_key_checking = False
|
2021-01-28 19:06:30 -05:00
|
|
|
remote_user = nb
|
2021-01-20 17:49:37 -05:00
|
|
|
retry_files_enabled = False
|
2021-01-26 19:45:15 -05:00
|
|
|
inventory = /srv/newsblur/ansible/inventories/digital_ocean.ini, /srv/newsblur/ansible/inventories/digital_ocean.yml
|
2021-01-28 19:06:30 -05:00
|
|
|
private_key_file = /srv/secrets-newsblur/keys/docker.key
|
2021-02-08 15:57:00 -05:00
|
|
|
remote_tmp = ~/.ansible/tmp
|
2021-02-08 19:22:51 -05:00
|
|
|
forks = 20
|
2021-04-07 20:48:01 -04:00
|
|
|
interpreter_python = python3
|
2021-01-26 19:45:15 -05:00
|
|
|
|
|
|
|
[inventory]
|
|
|
|
enable_plugins = ini, constructed
|
2021-01-20 17:49:37 -05:00
|
|
|
|
|
|
|
[connection]
|
|
|
|
pipelining = True
|