đổi tên site iis nên phải sửa cho nó ăn theo

This commit is contained in:
thienqb123456
2025-03-03 14:05:33 +07:00
parent b5c8404a6f
commit 965d8b431c
10 changed files with 166 additions and 3 deletions
+10
View File
@@ -0,0 +1,10 @@
- name: Deploy Backend for Project Acp, Portal
hosts: "{{ deploy_env }}-{{project_name}}-backend"
vars:
portal_name: "{{ portal_name }}"
pre_tasks:
- name: Include portal-specific variables
include_vars: "../inventory/host_vars/{{ deploy_env }}-{{ project_name }}-{{ portal_name }}-backend.yml"
roles:
- deploy-be-portal