mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 18:30:23 +08:00
Update application.yml
This commit is contained in:
parent
8a58c83a58
commit
a84f91eba8
@ -6,17 +6,9 @@
|
|||||||
vars_files:
|
vars_files:
|
||||||
- vars/main.yml
|
- 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:
|
roles:
|
||||||
|
- { role: role_common, tags: "role_common" }
|
||||||
|
- { role: role_cloud, tags: "role_cloud" }
|
||||||
- { role: role_nginx, tags: "role_nginx" }
|
- { role: role_nginx, tags: "role_nginx" }
|
||||||
- { role: "{{appname}}", tags: "{{appname}}" }
|
- { role: "{{appname}}", tags: "{{appname}}" }
|
||||||
- { role: role_init, tags: "role_init" }
|
- { role: role_init, tags: "role_init" }
|
||||||
|
Loading…
Reference in New Issue
Block a user