mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-04-13 09:42:01 +00:00
16 lines
521 B
INI
16 lines
521 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, /srv/newsblur/ansible/inventories/hetzner.ini, /srv/newsblur/ansible/inventories/hetzner.yml
|
|
private_key_file = /srv/secrets-newsblur/keys/docker.key
|
|
remote_tmp = ~/.ansible/tmp
|
|
forks = 20
|
|
interpreter_python = python3
|
|
stdout_callback = debug
|
|
|
|
[inventory]
|
|
enable_plugins = ini, constructed
|
|
|
|
[connection]
|
|
pipelining = True
|