servers/setup.yml
Timotej Lazar 0a0ce7e2a5 Add telegraf role
And enable it for ceph nodes.
2024-11-27 17:37:00 +01:00

83 lines
941 B
YAML

- hosts: '*'
gather_facts: false
roles:
- facts
- hosts: monitor
roles:
- alpine
- nginx
- influxdb
- grafana
- hosts: dhcp
roles:
- alpine
- dnsmasq
- hosts: zid
roles:
- alpine
- opensmtpd
- nginx
- friwall
- hosts: ceph-*
roles:
- debian
- frr
- telegraf
- ceph
- hosts: pve-rc-*, pve-lab-*
roles:
- proxmox
- frr
- hosts: doku
roles:
- alpine
- nginx
- dokuwiki
- hosts: netbox
roles:
- alpine
- postgres
- redis
- nginx
- netbox
vars:
user: netbox
- hosts: samba
roles:
- debian
- samba
- hosts: git
roles:
- alpine
- nginx
- forgejo
- hosts: matrix
roles:
- alpine
- postgres
- nginx
- synapse
vars:
user: synapse
- hosts: proxmox-backup
roles:
- proxmox-backup
- frr
- hosts: web-front
roles:
- alpine
- nginx
- reverse-proxy