Includes: API (Express/TypeScript), Astro site, Python workers, document generators, FCC compliance tools, Canada CRTC formation, Ansible infrastructure, and deployment scripts. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
8 lines
259 B
YAML
8 lines
259 B
YAML
---
|
|
# Deploy only the worker-crons role (systemd timers).
|
|
# Usage: ansible-playbook playbooks/deploy-crons.yml -i inventory/hosts.yml
|
|
- name: Deploy worker cron timers
|
|
hosts: pw
|
|
become: true
|
|
roles:
|
|
- role: "{{ playbook_dir }}/../roles/worker-crons"
|