init restore

This commit is contained in:
Christian M. Adams
2021-04-01 14:52:22 -04:00
parent 80c8d87f71
commit 8467209d35
31 changed files with 634 additions and 21 deletions

View File

@@ -19,6 +19,10 @@
k8s:
definition: "{{ lookup('file', '/'.join([deploy_dir, 'crds/awxbackup_v1beta1_crd.yaml'])) }}"
- name: Create AWXBackup Custom Resource Definition
k8s:
definition: "{{ lookup('file', '/'.join([deploy_dir, 'crds/awxrestore_v1beta1_crd.yaml'])) }}"
- name: Ensure specified namespace is present
k8s:
api_version: v1