configure #2

Merged
v4l3n71n merged 23 commits from configure into master 2023-02-27 21:53:18 +00:00
2 changed files with 16 additions and 0 deletions
Showing only changes of commit 6b7d2ff9a9 - Show all commits

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
tags: ["deploy"]
- name: Configure project web
import_tasks: configure.yml
tags: [ "configure" ]
- name: Destrpy project web
import_tasks: destroy.yml