20 lines
481 B
YAML
20 lines
481 B
YAML
---
|
|
- name: Set up the observability hub
|
|
hosts: observability_hub
|
|
become: true
|
|
roles:
|
|
# - docker/install
|
|
# - docker/portainer
|
|
# - observability/grafana
|
|
# - observability/prometheus
|
|
- observability/beszel-hub
|
|
tasks:
|
|
# - name: Deploy promlens
|
|
# community.docker.docker_container:
|
|
# name: promlens
|
|
# image: prom/promlens
|
|
# state: started
|
|
# restart_policy: unless-stopped
|
|
# ports:
|
|
# - '8080:8080'
|