nginx_exporter First version of role
This commit is contained in:
parent
1952f5f96e
commit
92ca4fcba4
5 changed files with 125 additions and 0 deletions
6
roles/nginx_exporter/handlers/main.yml
Normal file
6
roles/nginx_exporter/handlers/main.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: Restart nginx_exporter
|
||||
ansible.builtin.systemd:
|
||||
name: nginx_exporter
|
||||
daemon_reload: true
|
||||
state: restarted
|
Loading…
Add table
Add a link
Reference in a new issue