ansible v3

This commit is contained in:
thienqb123456
2025-03-05 11:58:28 +07:00
parent da179bd1c3
commit d6d726e48d
3 changed files with 9 additions and 1 deletions
@@ -3,4 +3,4 @@ iis_site_name: "portal-api.hanoitimes.vn"
blue_path: "C:\\deploy\\portal\\be\\hnt\\blue" blue_path: "C:\\deploy\\portal\\be\\hnt\\blue"
green_path: "C:\\deploy\\portal\\be\\hnt\\green" green_path: "C:\\deploy\\portal\\be\\hnt\\green"
aspnetcore_environment: "Hnt_Beta" aspnetcore_environment: "Hnt_Production"
View File
@@ -0,0 +1,8 @@
- name: deploy_uat_portal_ktdt_be.yml
hosts: "uat-portal-backend"
pre_tasks:
- name: Include portal-specific variables
include_vars: "../inventory/host_vars/"
roles:
- deploy-be-portal