2022-11-12 20:45:00 +01:00
|
|
|
- name: Deploy project web
|
2022-11-12 15:30:59 +01:00
|
|
|
import_tasks: deploy.yml
|
2022-11-12 20:45:00 +01:00
|
|
|
tags: ["deploy"]
|
|
|
|
|
2023-02-12 18:13:05 +01:00
|
|
|
- name: Configure project web
|
|
|
|
import_tasks: configure.yml
|
|
|
|
tags: [ "configure" ]
|
|
|
|
|
2022-11-12 20:45:00 +01:00
|
|
|
|
|
|
|
- name: Destrpy project web
|
|
|
|
import_tasks: destroy.yml
|
2023-02-12 21:44:19 +01:00
|
|
|
tags: ["destroy"]
|
|
|
|
|
|
|
|
- name: Configure project web
|
|
|
|
import_tasks: configure.yml
|
|
|
|
tags: [ "deconfigure" ]
|