Adding a workflow to patch CNV instances with snapshot and restore on failure. (#171)

This commit is contained in:
Matthew Fernandez
2024-08-29 13:34:43 -06:00
committed by GitHub
parent 8a99b66adc
commit 28eb5be812
6 changed files with 241 additions and 11 deletions

View File

@@ -0,0 +1,9 @@
---
- name: Manage CNV snapshots
hosts: localhost
tasks:
- name: Include snapshot role
ansible.builtin.include_role:
name: "demo.openshift.snapshot"
vars:
snapshot_hosts: "{{ _hosts }}"