feat(podman_seafile): adds cloudns monitoring
This commit is contained in:
parent
ce097fa4fa
commit
abc3586b5b
1 changed files with 11 additions and 0 deletions
|
|
@ -120,3 +120,14 @@
|
||||||
become: true
|
become: true
|
||||||
notify:
|
notify:
|
||||||
- Restart Seafile
|
- Restart Seafile
|
||||||
|
|
||||||
|
- name: Podman Seafile | Set up ClouDNS monitoring
|
||||||
|
sr2c.core.cloudns_monitor:
|
||||||
|
name: "Seafile - {{ inventory_hostname[:22] }}"
|
||||||
|
host: "{{ inventory_hostname }}"
|
||||||
|
ip: "{{ inventory_hostname }}"
|
||||||
|
http_status_code: "200"
|
||||||
|
emails: "{{ cloudns_monitoring_emails }}"
|
||||||
|
auth_id: "{{ cloudns_auth_id }}"
|
||||||
|
auth_password: "{{ cloudns_auth_password }}"
|
||||||
|
delegate_to: localhost
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue