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:
Clement Verna 2019-08-20 13:52:14 +02:00 committed by Pierre-Yves Chibon
parent e9eeb721ce
commit f6a8f5b840

View file

@ -83,6 +83,10 @@ openshift_master_cluster_public_hostname={{openshift_cluster_url}}
openshift_master_default_subdomain={{openshift_app_subdomain}}
{% endif %}
{% if openshift_ansible_python_interpreter is defined %}
ansible_python_interpreter={{openshift_ansible_python_interpreter}}
{% endif %}
###############################################################################
# Additional configuration variables follow #
###############################################################################