infrastructure-as-code/playbook.yaml

10 lines
245 B
YAML
Raw Normal View History

2023-01-15 15:52:26 +00:00
---
- name: Basic infrastructure
import_playbook: infra.yaml
- name: Monitoring
import_playbook: monitoring.yaml
- name: Forgejo staging
import_playbook: forgejo-staging.yaml
- name: Forgejo production
import_playbook: forgejo-prod.yaml