This commit is contained in:
thienqb123456
2025-02-28 17:24:14 +07:00
parent 94386913d3
commit 38d9908946
6 changed files with 33 additions and 21 deletions
+5
View File
@@ -1,4 +1,9 @@
- name: Deploy Frontend for Project Portal
hosts: "{{ deploy_env }}-{{project_name}}-frontend"
vars:
portal_name: "{{ portal_name }}"
pre_tasks:
- name: Include portal-specific variables
include_vars: "host_vars/{{ deploy_env }}-{{ project_name }}-{{ portal_name }}-frontend.yml"
roles:
- deploy-fe-portal