We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b594d11 commit 474f028Copy full SHA for 474f028
roles/validations/tasks/security/invoke_tlse_playbooks.yml
@@ -0,0 +1,11 @@
1
+- name: Invoke the automation playbook (dataplane certs) on controller-0
2
+ environment:
3
+ PATH: "{{ cifmw_path }}"
4
+ cifmw.general.ci_script:
5
+ executable: "/bin/bash"
6
+ output_dir: "{{ cifmw_basedir }}/artifacts"
7
+ script: |
8
+ set -ex -o pipefail
9
+ cd "{{ ansible_user_dir }}/src/gitlab.cee.redhat.com/OSP-DFG-security/automation"
10
+ ansible-playbook -vv playbooks/renew_internal_cert_outer.yml || echo "renew_internal_cert_outer failed, continuing..."
11
+ ansible-playbook -vv playbooks/data_plane_cert_testing_with_delete.yml
0 commit comments