maubot: add delete action to maubot playbook
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
7fea0f4fc3
commit
d444b7c8ac
1 changed files with 10 additions and 0 deletions
|
@ -98,3 +98,13 @@
|
|||
- role: openshift/rollout
|
||||
app: maubot
|
||||
dcname: maubot
|
||||
|
||||
###############################################
|
||||
# actions to delete the project from OpenShift
|
||||
###############################################
|
||||
# to run: sudo rbac-playbook -l os_control_stg -t delete openshift-apps/maubot.yml
|
||||
- role: openshift/object-delete
|
||||
app: maubot
|
||||
objecttype: project
|
||||
objectname: maubot
|
||||
tags: [never, delete]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue