initial commit

This commit is contained in:
Riedel
2026-08-19 09:53:22 +02:00
commit 6d707eca87
23 changed files with 671 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
# Check the current release tag before rollout:
# https://github.com/ansible/awx-operator/releases
awx_operator_version: "2.19.1"
awx_operator_namespace: "awx"
awx_operator_name: "awx"
awx_operator_admin_user: "admin"
awx_operator_service_type: "NodePort"
awx_operator_nodeport: 30080
awx_operator_postgres_storage_size: "8Gi"
awx_operator_web_replicas: 1
awx_operator_task_replicas: 1