add monitoring stack

This commit is contained in:
Pim Kunis 2023-08-01 16:24:00 +02:00
parent af2ee0a076
commit 3c4f505413
6 changed files with 138 additions and 0 deletions

View file

@ -53,3 +53,10 @@
authorized_key:
user: root
key: "{{ concourse_public_key }}"
- hosts: manager, workers
tasks:
- name: Increase vm.max_map_count
sysctl:
name: vm.max_map_count
value: 262144

View file

@ -20,3 +20,4 @@
- {role: nextcloud, tags: nextcloud}
- {role: syncthing, tags: syncthing}
- {role: prometheus, tags: prometheus}
- {role: monitoring, tags: monitoring}