playbooks/deploy_modern_it_history.yml
2026-05-20 16:28:43 +08:00

11 lines
279 B
YAML

---
- name: Deploy Modern IT History Docusaurus ebook
hosts: "{{ modern_it_history_target_host | default('jp_xhttp_contabo_host') }}"
gather_facts: true
become: true
vars:
nodejs_version: "24.x"
roles:
- roles/vhosts/nodejs
- roles/vhosts/modern_it_history