You've already forked ansible-awx-gitlab
13 lines
390 B
YAML
13 lines
390 B
YAML
---
|
|
# 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
|