add postgres exporter
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
6
roles/postgres_exporter/handlers/main.yml
Normal file
6
roles/postgres_exporter/handlers/main.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: "Restart {{ bin_name }}"
|
||||
ansible.builtin.service:
|
||||
name: "{{ bin_name }}"
|
||||
state: restarted
|
||||
become: true
|
||||
Reference in New Issue
Block a user