Files
deploy_home/ansible/deploy_home.yml
2026-01-13 16:08:38 -05:00

14 lines
326 B
YAML

---
- hosts: all
vars_files:
- vars/vault.yml
roles:
- role: common
- role: git
- role: podman
# SSL certificates are now handled automatically by Caddy
# - role: ssl # REMOVED - Caddy handles all certificate management
- role: github-actions
- role: graylog-config
tags: graylog-config