NewsBlur/ansible.cfg

15 lines
403 B
INI

[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
forks = 20
interpreter_python = python3
[inventory]
enable_plugins = ini, constructed
[connection]
pipelining = True