Thienvv - new ansible part5

This commit is contained in:
thienqb123456
2025-03-05 18:19:08 +07:00
parent f61855de2f
commit 8fc17fc09f
28 changed files with 116 additions and 271 deletions
+5
View File
@@ -0,0 +1,5 @@
- name: Deploy Backend for Project ACP
hosts: acp-backend
roles:
- deploy-be-acp
@@ -2,4 +2,3 @@
hosts: ktdt-portal-backend
roles:
- deploy-be-portal
@@ -0,0 +1,5 @@
- name: Deploy FE for Project ACP
hosts: acp-frontend
roles:
- deploy-fe-acp
@@ -0,0 +1,5 @@
- name: Deploy FE for Project Portal ktdt
hosts: hnt-portal-frontend
roles:
- deploy-fe-portal
@@ -0,0 +1,5 @@
- name: Deploy FE for Project Portal ktdt
hosts: ktdt-portal-frontend
roles:
- deploy-fe-portal