firmitas: correct template name

Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
David Kirwan 2024-07-22 14:46:55 +01:00
parent 93f9c80613
commit 825ba839e3
No known key found for this signature in database
GPG key ID: A5893AB6474AC37D
3 changed files with 6 additions and 1 deletions

View file

@ -9,3 +9,7 @@
# apply created openshift resources # apply created openshift resources
- name: oc apply resources - name: oc apply resources
command: "/root/bin/oc apply -f /root/ocp4/openshift-apps/firmitas/deployment.yml" command: "/root/bin/oc apply -f /root/ocp4/openshift-apps/firmitas/deployment.yml"
retries: 3
delay: 5
register: deployment_result
until: deployment_result.rc == 0

View file

@ -47,6 +47,6 @@
# apply the openshift resources # apply the openshift resources
- name: oc apply resources - name: oc apply resources
command: "/root/bin/oc apply -f /root/ocp4/openshift-apps/firmitas/secret-myconfig-py.yml" command: "/root/bin/oc apply -f /root/ocp4/openshift-apps/firmitas/secret-configuration.yml"
tags: tags:
- firmitas-configuration-secret - firmitas-configuration-secret

View file

@ -9,3 +9,4 @@
# apply created openshift resources # apply created openshift resources
- name: oc apply resources - name: oc apply resources
command: "/root/bin/oc apply -f /root/ocp4/openshift-apps/firmitas/persistent-volume-claim.yml" command: "/root/bin/oc apply -f /root/ocp4/openshift-apps/firmitas/persistent-volume-claim.yml"
ignore_errors: true