14 lines
326 B
YAML
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
|