Update application.yml

This commit is contained in:
qiaofeng1227 2022-07-08 16:58:22 +08:00 committed by GitHub
parent 8a58c83a58
commit a84f91eba8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,17 +6,9 @@
vars_files:
- vars/main.yml
pre_tasks:
- name: Excute base roles for apps
block:
- name: Include base roles
include_role:
name: "{{item}}"
with_items:
- role_common
- role_cloud
roles:
- { role: role_common, tags: "role_common" }
- { role: role_cloud, tags: "role_cloud" }
- { role: role_nginx, tags: "role_nginx" }
- { role: "{{appname}}", tags: "{{appname}}" }
- { role: role_init, tags: "role_init" }