mirror of
https://github.com/ansible/awx.git
synced 2026-03-21 19:07:39 -02:30
Align k8 and ocp supervisor scripts
- Handle scl enable calls for python processes that use postgresql - Handle ocp specific vars better
This commit is contained in:
committed by
chris meyers
parent
6d60e7dadc
commit
9489f00ca4
2
installer/roles/kubernetes/vars/kubernetes.yml
Normal file
2
installer/roles/kubernetes/vars/kubernetes.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
---
|
||||
uwsgi_bash: "bash -c"
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
openshift_oc_config_file: "{{ kubernetes_base_path }}/.kube/config"
|
||||
openshift_oc_bin: "oc --config={{ openshift_oc_config_file }}"
|
||||
uwsgi_bash: "scl enable rh-postgresql10"
|
||||
Reference in New Issue
Block a user