packages-static: add project delete action to playbook
This commit is contained in:
parent
671a46c299
commit
08448c6cd1
1 changed files with 10 additions and 0 deletions
|
@ -56,3 +56,13 @@
|
||||||
app: fedora-packages-static
|
app: fedora-packages-static
|
||||||
template: deploymentconfig.yml
|
template: deploymentconfig.yml
|
||||||
objectname: deploymentconfig.yml
|
objectname: deploymentconfig.yml
|
||||||
|
|
||||||
|
###############################################
|
||||||
|
# actions to delete the project from OpenShift
|
||||||
|
###############################################
|
||||||
|
# to run: sudo rbac-playbook -l staging -t delete openshift-apps/fedora-packages-static.yml
|
||||||
|
- role: openshift/object-delete
|
||||||
|
app: fedora-packages-static
|
||||||
|
objecttype: project
|
||||||
|
objectname: fedora-packages-static
|
||||||
|
tags: [ never, delete ]
|
Loading…
Add table
Add a link
Reference in a new issue