web: add monitoring
This commit is contained in:
parent
d5edf48ea1
commit
1e664169bd
@ -70,3 +70,14 @@
|
|||||||
|
|
||||||
- name: Start php8.2-fpm
|
- name: Start php8.2-fpm
|
||||||
service: name=php8.2-fpm state=started enabled=yes
|
service: name=php8.2-fpm state=started enabled=yes
|
||||||
|
|
||||||
|
- name: Enable monitoring
|
||||||
|
include_role: name=icinga-monitor tasks_from=http
|
||||||
|
vars:
|
||||||
|
vhost: "{{ item }}"
|
||||||
|
with_items:
|
||||||
|
- "www.binary-kitchen.de"
|
||||||
|
- "autoconfig.binary-kitchen.de"
|
||||||
|
- "www.ccc-r.de"
|
||||||
|
- "www.makerspace-regensburg.de"
|
||||||
|
- "fahrplan.eh21.easterhegg.eu"
|
||||||
|
Loading…
Reference in New Issue
Block a user