Files
2026-05-02 09:18:41 -03:00

42 lines
1.1 KiB
YAML

---
- name: Deploy Sovereign infrastructure
hosts: sovereign
become: true
roles:
- role: common
tags: [common, traefik]
- role: dns
tags: [dns, nameserver]
- role: graylog
tags: [graylog, logging]
- role: authentik
tags: [authentik, auth, identity]
- role: minio
tags: [minio, storage]
- role: nextcloud
tags: [nextcloud, files, cloud]
- role: stalwart
tags: [stalwart, mail, email]
- role: roundcube
tags: [roundcube, webmail, email]
- role: matrix
tags: [matrix, chat, element]
- role: jitsi
tags: [jitsi, video, meet]
- role: headscale
tags: [headscale, vpn, wireguard]
- role: wazuh
tags: [wazuh, endpoint, security]
- role: vaultwarden
tags: [vaultwarden, passwords, vault]
- role: forgejo
tags: [forgejo, git, vcs]
- role: uptimekuma
tags: [uptimekuma, monitoring, uptime]
- role: automatisch
tags: [automatisch, automation, workflows]
- role: twenty
tags: [twenty, crm]
- role: website
tags: [website, web]