add monitoring stack
This commit is contained in:
parent
af2ee0a076
commit
3c4f505413
6 changed files with 138 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -20,3 +20,4 @@
|
|||
- {role: nextcloud, tags: nextcloud}
|
||||
- {role: syncthing, tags: syncthing}
|
||||
- {role: prometheus, tags: prometheus}
|
||||
- {role: monitoring, tags: monitoring}
|
||||
|
|
Reference in a new issue