NewsBlur/ansible.cfg

16 lines
403 B
INI
Raw Normal View History

[defaults]
host_key_checking = False
remote_user = nb
retry_files_enabled = False
inventory = /srv/newsblur/ansible/inventories/digital_ocean.ini, /srv/newsblur/ansible/inventories/digital_ocean.yml
private_key_file = /srv/secrets-newsblur/keys/docker.key
remote_tmp = ~/.ansible/tmp
2021-02-08 19:22:51 -05:00
forks = 20
interpreter_python = python3
[inventory]
enable_plugins = ini, constructed
[connection]
pipelining = True