servers/setup.yml
Timotej Lazar 973522c373 Import friwall role from network ansible scripts
To reuse alpine and nginx roles. Probably going to merge repos at some point.
2024-07-04 15:31:53 +02:00

60 lines
668 B
YAML

- hosts: '*'
gather_facts: false
roles:
- facts
- hosts: zid
roles:
- alpine
- opensmtpd
- nginx
- friwall
- hosts: ceph-*
roles:
- debian
- frr
- ceph
- hosts: pve-rc-*, pve-lab-*
roles:
- debian
- frr
- proxmox
- 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