windows: set up windows_exporter
This commit is contained in:
parent
6a915b2f65
commit
cee8d2fb55
4 changed files with 41 additions and 0 deletions
|
|
@ -3,3 +3,9 @@
|
|||
name: sshd
|
||||
state: restarted
|
||||
when: "'handler' not in ansible_skip_tags"
|
||||
|
||||
- name: restart windows_exporter
|
||||
win_service:
|
||||
name: windows_exporter
|
||||
state: restarted
|
||||
when: "'handler' not in ansible_skip_tags"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue