|
@ -1,15 +1,14 @@ |
|
|
--- |
|
|
--- |
|
|
- name: restart calico-node |
|
|
|
|
|
|
|
|
- name: reset_calico_cni |
|
|
command: /bin/true |
|
|
command: /bin/true |
|
|
notify: |
|
|
notify: |
|
|
- Calico | reload systemd |
|
|
|
|
|
- Calico | reload calico-node |
|
|
|
|
|
|
|
|
- delete 10-calico.conflist |
|
|
|
|
|
- delete calico-node containers |
|
|
|
|
|
|
|
|
- name: Calico | reload systemd |
|
|
|
|
|
shell: systemctl daemon-reload |
|
|
|
|
|
|
|
|
- name: delete 10-calico.conflist |
|
|
|
|
|
file: |
|
|
|
|
|
path: /etc/calico/10-calico.conflist |
|
|
|
|
|
state: absent |
|
|
|
|
|
|
|
|
- name: Calico | reload calico-node |
|
|
|
|
|
service: |
|
|
|
|
|
name: calico-node |
|
|
|
|
|
state: restarted |
|
|
|
|
|
sleep: 10 |
|
|
|
|
|
|
|
|
- name: delete calico-node containers |
|
|
|
|
|
shell: "docker ps -af name=k8s_POD_calico-node* -q | xargs --no-run-if-empty docker rm -f" |