add configure file
This commit is contained in:
parent
a40f922246
commit
6b7d2ff9a9
12
roles/deploy-web/tasks/configure.yml
Normal file
12
roles/deploy-web/tasks/configure.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
- name: Deploy stats script
|
||||||
|
import_tasks: stats.yml
|
||||||
|
tags: ["stats"]
|
||||||
|
|
||||||
|
- name: Configure blacklist script
|
||||||
|
import_tasks: blacklist.yml
|
||||||
|
tags: [ "blacklist" ]
|
||||||
|
|
||||||
|
|
||||||
|
- name: Configure supervision script
|
||||||
|
import_tasks: supervision.yml
|
||||||
|
tags: ["supervision"]
|
@ -2,6 +2,10 @@
|
|||||||
import_tasks: deploy.yml
|
import_tasks: deploy.yml
|
||||||
tags: ["deploy"]
|
tags: ["deploy"]
|
||||||
|
|
||||||
|
- name: Configure project web
|
||||||
|
import_tasks: configure.yml
|
||||||
|
tags: [ "configure" ]
|
||||||
|
|
||||||
|
|
||||||
- name: Destrpy project web
|
- name: Destrpy project web
|
||||||
import_tasks: destroy.yml
|
import_tasks: destroy.yml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user