update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user