infra/playbooks/athens-common/update-certs.yml
shockrah 9ce3460e5c * Fixing common cert update playbook
Relevant vars are found in .env/certbot.yml (outside of git)
import_playbook is apparantly how we can call all cert update scripts
2022-03-03 18:07:41 -08:00

6 lines
89 B
YAML

---
- import_playbook: '../beta/certbot.yml'
- import_playbook: '../alpha/certbot.yml'