tang --maxmemory cua portal

This commit is contained in:
thienqb123456
2025-03-04 17:13:09 +07:00
parent 9d15ed743a
commit c7500c16ef
10 changed files with 199 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
- name: Deploy Backend for Project 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