mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
clean up some cri-o defaults
This commit is contained in:
@@ -251,6 +251,8 @@
|
||||
openshift_shared_infra: true,
|
||||
openshift_deployment_type: "origin",
|
||||
openshift_ansible_python_interpreter: "/usr/bin/python3",
|
||||
openshift_ansible_use_crio: false,
|
||||
openshift_ansible_crio_only: false,
|
||||
when: env == 'production',
|
||||
tags: ['openshift-cluster','ansible-ansible-openshift-ansible']
|
||||
}
|
||||
|
||||
@@ -106,8 +106,12 @@ openshift_install_examples={{openshift_ansible_install_examples}}
|
||||
# Disable pushing to dockerhub
|
||||
#openshift_docker_disable_push_dockerhub=True
|
||||
# Install and run cri-o.
|
||||
{% if openshift_ansible_use_crio is defined %}
|
||||
openshift_use_crio={{ openshift_ansible_use_crio }}
|
||||
{% endif %}
|
||||
{% if openshift_ansible_use_crio_only is defined %}
|
||||
openshift_use_crio_only={{ openshift_ansible_crio_only }}
|
||||
{% endif %}
|
||||
# The following two variables are used when openshift_use_crio is True
|
||||
# and cleans up after builds that pass through docker. When openshift_use_crio is True
|
||||
# these variables are set to the defaults shown. You may override them here.
|
||||
|
||||
Reference in New Issue
Block a user