|
@@ -17,6 +17,7 @@
|
|
|
hosted_registry_insecure: "{{ openshift_docker_hosted_registry_insecure | default(openshift.docker.hosted_registry_insecure | default(False)) }}"
|
|
|
hosted_registry_network: "{{ openshift_docker_hosted_registry_network | default(None) }}"
|
|
|
use_system_container: "{{ openshift_docker_use_system_container | default(False) }}"
|
|
|
+ use_crio: "{{ openshift_docker_use_crio | default(False) }}"
|
|
|
- role: node
|
|
|
local_facts:
|
|
|
sdn_mtu: "{{ openshift_node_sdn_mtu | default(None) }}"
|