You've already forked ansible-awx-gitlab
initial commit
This commit is contained in:
12
roles/awx_operator/defaults/main.yml
Normal file
12
roles/awx_operator/defaults/main.yml
Normal 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
|
||||
Reference in New Issue
Block a user