Disable monitor setup by default as the kuma plugin tends to hang
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -83,6 +83,9 @@
|
|||||||
owner: core
|
owner: core
|
||||||
- name: Setup Push Monitoring
|
- name: Setup Push Monitoring
|
||||||
hosts: all
|
hosts: all
|
||||||
|
tags:
|
||||||
|
- never
|
||||||
|
- setup_monitoring
|
||||||
tasks:
|
tasks:
|
||||||
- name: Login to Kuma
|
- name: Login to Kuma
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
@@ -148,6 +151,3 @@
|
|||||||
enabled: true
|
enabled: true
|
||||||
masked: false
|
masked: false
|
||||||
daemon_reload: true
|
daemon_reload: true
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user