@@ -47,6 +47,7 @@ r_crio_os_firewall_allow:
- service: crio
port: 10010/tcp
+r_crio_use_openshift_sdn: "{{ openshift_use_openshift_sdn | default(True) }}"
openshift_docker_is_node_or_master: "{{ True if inventory_hostname in (groups['oo_masters_to_config']|default([])) or inventory_hostname in (groups['oo_nodes_to_config']|default([])) else False | bool }}"
@@ -63,6 +63,7 @@
template:
dest: /etc/cni/net.d/openshift-sdn.conf
src: 80-openshift-sdn.conf.j2
+ when: r_crio_use_openshift_sdn | bool
- name: Create /etc/sysconfig/crio-network
@@ -82,6 +82,7 @@
- name: Create /etc/sysconfig/crio-storage
copy: