Added lnd REST api to nginx. Moved prometheus and apt-cacher data to external hdd.
---
- name: restart prometheus service
systemd: name="prometheus.service" state="restarted" daemon_reload="yes"
become: yes
- name: restart grafana service
systemd: name="grafana-server.service" state="restarted" daemon_reload="yes"
become: yes