ansible: restrict RPC to localhost by default

This commit is contained in:
Alex Willmer 2020-05-24 11:55:33 +01:00
parent 756fdee142
commit 1b84ac3190
2 changed files with 2 additions and 0 deletions

View File

@ -1 +1,2 @@
ava_daemon_http_host: localhost
log_level: info

View File

@ -14,6 +14,7 @@ RestartSec=1
User={{ ava_daemon_user }}
ExecStart={{ bindir }}/ava \
--public-ip="{{ ansible_facts.default_ipv4.address }}" \
--http-host="{{ ava_daemon_http_host }}" \
--db-dir="{{ ava_daemon_db_dir }}" \
--plugin-dir="{{ ava_daemon_plugin_dir }}" \
--log-dir="{{ ava_daemon_log_dir }}" \