homelab/plays/boomhut.yml
2026-04-04 21:59:17 +02:00

35 lines
772 B
YAML

---
- hosts: boomhut
gather_facts: false
become: true
roles:
- 'any.common.python'
- 'any.common.debian-user'
tags: first
- hosts: boomhut
become: true
roles:
# - 'any.common.debian-repositories'
- 'any.tools.default'
- 'any.tools.restic'
# First change SSH settings before enabling firewall
- 'any.common.ssh'
- 'any.tools.ufw'
tags: base
- hosts: boomhut
become: true
roles:
- 'any.software.papermc-podman'
tags: papermc
- hosts: boomhut
become: true
roles:
- role: 'any.software.otel-collector'
vars:
otel_metrics_endpoint: 'http://10.0.0.1:4000/v1/otlp'
otel_logs_endpoint: 'http://10.0.0.1:4000/v1/otlp'
otel_traces_endpoint: 'http://10.0.0.1:4000/v1/otlp'
tags: otel