|
@@ -134,6 +134,14 @@
|
|
|
image: "{{ l_crio_image }}"
|
|
|
state: latest
|
|
|
|
|
|
+- name: Remove CRI-o default configuration files
|
|
|
+ file:
|
|
|
+ path: "{{ item }}"
|
|
|
+ state: absent
|
|
|
+ with_items:
|
|
|
+ - /etc/cni/net.d/200-loopback.conf
|
|
|
+ - /etc/cni/net.d/100-crio-bridge.conf
|
|
|
+
|
|
|
- name: Create the CRI-O configuration
|
|
|
template:
|
|
|
dest: /etc/crio/crio.conf
|