You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
580 B

  1. ---
  2. - name: Flannel pre-upgrade | Purge legacy flannel systemd unit file
  3. file:
  4. path: "/etc/systemd/system/docker.service.d/flannel-options.conf"
  5. state: absent
  6. notify:
  7. - Flannel | delete default docker bridge
  8. - name: Flannel pre-upgrade | Purge legacy Flannel static pod manifest
  9. file:
  10. path: "{{ kube_manifest_dir }}/flannel-pod.manifest"
  11. state: absent
  12. notify:
  13. - Flannel | delete flannel interface
  14. - name: Flannel pre-upgrade | Remove Flannel's certificate directory not required by CNI
  15. file:
  16. dest: "{{ flannel_cert_dir }}"
  17. state: absent