OpenShift: allow to specify the ansible python interpreter in the cluster inventory
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
e9eeb721ce
commit
f6a8f5b840
1 changed files with 4 additions and 0 deletions
|
@ -83,6 +83,10 @@ openshift_master_cluster_public_hostname={{openshift_cluster_url}}
|
||||||
openshift_master_default_subdomain={{openshift_app_subdomain}}
|
openshift_master_default_subdomain={{openshift_app_subdomain}}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if openshift_ansible_python_interpreter is defined %}
|
||||||
|
ansible_python_interpreter={{openshift_ansible_python_interpreter}}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Additional configuration variables follow #
|
# Additional configuration variables follow #
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue