servers/setup.yml

91 lines
1 KiB
YAML
Raw Normal View History

- hosts: '*'
gather_facts: false
roles:
- facts
2024-11-27 16:31:28 +00:00
- hosts: monitor
roles:
- alpine
- nginx
- influxdb
- grafana
2024-07-26 08:13:59 +00:00
- 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
2024-12-05 09:27:15 +00:00
- hosts: doc
roles:
- alpine
- nginx
2024-12-06 12:07:01 +00:00
- nginx-php
- dokuwiki
2024-05-22 18:50:34 +00:00
2024-12-06 12:08:01 +00:00
- hosts: kanboard
roles:
- alpine
- nginx
- nginx-php
- kanboard
- hosts: netbox
roles:
- alpine
- postgres
2024-06-24 22:52:57 +00:00
- redis
- nginx
- netbox
vars:
user: netbox
2024-05-22 18:50:34 +00:00
- hosts: samba
roles:
- debian
- samba
- hosts: git
roles:
- alpine
- nginx
- forgejo
- hosts: matrix
roles:
- alpine
- postgres
- nginx
- synapse
vars:
user: synapse
2024-09-10 13:07:30 +00:00
- hosts: proxmox-backup
roles:
- proxmox-backup
- frr
2024-11-15 14:44:29 +00:00
- hosts: web-front
roles:
- alpine
- nginx
- reverse-proxy