servers/setup.yml

43 lines
472 B
YAML
Raw Normal View History

- hosts: '*'
gather_facts: false
roles:
- facts
- hosts: ceph-*
roles:
- debian
- frr
- ceph
- hosts: pve-rc-*, pve-lab-*
roles:
- debian
- frr
- proxmox
- hosts: doku
roles:
- alpine
- nginx
- dokuwiki
2024-05-22 18:50:34 +00:00
- hosts: netbox
roles:
- alpine
- postgres
- nginx
- netbox
vars:
user: netbox
2024-05-22 18:50:34 +00:00
- hosts: samba
roles:
- debian
- samba
- hosts: git
roles:
- alpine
- nginx
- forgejo