ansible/services.yaml
polyfloyd 3a0071abfa
Some checks failed
Test / build (push) Failing after 57s
services/siahsd: Install from Debian package
2025-05-09 14:34:44 +02:00

7 lines
181 B
YAML

---
- hosts: services
roles:
- { role: "common", tags: [ "common" ] }
- { role: "deb_forgejo", tags: [ "deb_forgejo" ] }
- { role: "services", tags: [ "services" ] }