- name: Deploy project web import_tasks: deploy.yml tags: ["deploy"] - name: Configure project web import_tasks: configure.yml tags: [ "configure" ] - name: Destrpy project web import_tasks: destroy.yml tags: ["destroy"] - name: Deconfigure project web import_tasks: deconfigure.yml tags: [ "deconfigure" ]