3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2026-01-23 16:25:18 +00:00

remove delete subscription section

This commit is contained in:
Michael Collins
2021-08-24 19:05:58 +08:00
parent 463e9a6196
commit 6ecd947c72
7 changed files with 0 additions and 733 deletions

View File

@@ -26,51 +26,6 @@
tags:
- backup-server
# Abort Subscription Deletion
- include_tasks:
file: "abort_deletion.yml"
apply:
tags: delete-subscription
when: run_setup|bool and matrix_awx_enabled|bool
tags:
- delete-subscription
# Delete DigitalOcean Droplet/Space
- include_tasks:
file: "delete_server.yml"
apply:
tags: delete-subscription
when: run_setup|bool and matrix_awx_enabled|bool
tags:
- delete-subscription
# Delete MailGun SMTP Account
- include_tasks:
file: "delete_mailgun.yml"
apply:
tags: delete-subscription
when: run_setup|bool and matrix_awx_enabled|bool
tags:
- delete-subscription
# Delete AWX Job Templates for Server
- include_tasks:
file: "delete_awx_templates.yml"
apply:
tags: delete-subscription
when: run_setup|bool and matrix_awx_enabled|bool
tags:
- delete-subscription
# Delete Organisation Directories
- include_tasks:
file: "delete_subscription_directory.yml"
apply:
tags: delete-subscription
when: run_setup|bool and matrix_awx_enabled|bool
tags:
- delete-subscription
# Perform a export of the server
- include_tasks:
file: "export_server.yml"