template awxbackup crd into awx-operator.yml for easy deployment

This commit is contained in:
Christian M. Adams
2021-03-31 10:33:30 -04:00
parent 250ff960bd
commit 6bc149bae2
9 changed files with 81 additions and 165 deletions

View File

@@ -17,7 +17,7 @@
- name: Create AWXBackup Custom Resource Definition
k8s:
definition: "{{ lookup('file', '/'.join([deploy_dir, 'crds/awx.ansible.com_awxbackups_crd.yaml'])) }}"
definition: "{{ lookup('file', '/'.join([deploy_dir, 'crds/awxbackup_v1beta1_crd.yaml'])) }}"
- name: Ensure specified namespace is present
k8s: