Add initial config for dedicated monitoring server

This commit is contained in:
2021-11-16 23:20:58 -05:00
parent 37b22c7ef5
commit 687e189b18
11 changed files with 1576 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
---
- name: restart-nginx
become: true
ansible.builtin.systemd:
name: nginx
state: restarted
- name: restart-grafana
become: true
ansible.builtin.systemd:
name: grafana-server
state: restarted