This commit is contained in:
2026-07-08 05:59:11 -05:00
parent f848420d8f
commit 589462e6d0
27 changed files with 771 additions and 102 deletions
+11 -2
View File
@@ -1,7 +1,16 @@
---
# Phase 2: CI-triggered app deployment (stub)
- name: Deploy application to webservers
# Phase 2: CI-triggered app deployment.
#
# Runs against all webservers; each host deploys only the apps listed in its
# host_apps. Deploy exactly one app+env at a pinned ref via extra-vars:
#
# ansible-playbook playbooks/deploy-apps.yml \
# -e app=company_site -e app_env=prod -e app_ref=<sha>
#
# Or redeploy everything on master by omitting app/app_env/app_ref.
- name: Deploy applications
hosts: webservers
become: true
roles:
- app-deploy
- web-static
+3
View File
@@ -6,3 +6,6 @@
- common
- ufw
- docker
- nodejs
- gitea-key
- tianji