add configure file

This commit is contained in:
Valentin CZERYBA 2023-02-12 18:13:05 +01:00
parent a40f922246
commit 6b7d2ff9a9
2 changed files with 16 additions and 0 deletions

View 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"]

View File

@ -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