mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
20 lines
366 B
YAML
20 lines
366 B
YAML
---
|
|
- version: v1beta1
|
|
group: awx.ansible.com
|
|
kind: AWX
|
|
playbook: /opt/ansible/main.yml
|
|
finalizer:
|
|
name: finalizer.awx.ansible.com
|
|
role: finalizer
|
|
|
|
# - version: v1beta1
|
|
# group: awx.ansible.com
|
|
# kind: Backup
|
|
# role: /opt/ansible/roles/backup
|
|
# reconcilePeriod: 360m
|
|
|
|
- version: v1beta1
|
|
group: awx.ansible.com
|
|
kind: Backup
|
|
role: backup
|