mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-28 07:31:29 -07:00
initial commit of stackdriver_monitoring role for GCP Stackdriver
This commit is contained in:
parent
282f8e3b82
commit
ac34d661ff
15 changed files with 246 additions and 0 deletions
5
roles/stackdriver_monitoring/handlers/main.yml
Normal file
5
roles/stackdriver_monitoring/handlers/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
# handlers file for stackdriver_monitoring
|
||||
|
||||
- name: Stackdriver Monitoring | Restart Stackdriver Agent
|
||||
service: name={{ stackdriver_mon_service_name }} state=restarted
|
Loading…
Add table
Add a link
Reference in a new issue