Add Promehteus Exporter

This commit is contained in:
phil 2023-11-15 12:32:00 +01:00
parent 146716ad9c
commit 872179cbcd
6 changed files with 53 additions and 9 deletions

View file

@ -21,3 +21,10 @@
- name: Reload systemd
ansible.builtin.systemd:
daemon_reload: true
- name: Start phpfpm_exporter
ansible.builtin.systemd:
name: phpfpm_exporter
daemon_reload: true
state: started
enabled: true