This commit is contained in:
Gary Kwok
2024-01-29 17:53:04 +08:00
commit ef6e10728d
24 changed files with 409 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
---
# handlers file for kernelcare
- name: "Start KernelCare agent"
service:
name: kcare
state: started
enabled: yes
- name: "Restart KernelCare agent"
service:
name: kcare
state: restarted
- name: "Disable libcare.socket"
service:
name: libcare.socket
state: stopped
enabled: no
- name: "Disable libcare.service"
service:
name: libcare.service
state: stopped
enabled: no