mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 10:17:15 +08:00
Update application.yml
This commit is contained in:
parent
8a58c83a58
commit
a84f91eba8
@ -5,18 +5,10 @@
|
||||
|
||||
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" }
|
||||
|
Loading…
Reference in New Issue
Block a user