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.

15 lines
332 B

  1. ---
  2. - name: Calico-rr | Disable calico-rr service if it exists
  3. service:
  4. name: calico-rr
  5. state: stopped
  6. enabled: no
  7. failed_when: false
  8. - name: Calico-rr | Delete obsolete files
  9. file:
  10. path: "{{ item }}"
  11. state: absent
  12. with_items:
  13. - /etc/calico/calico-rr.env
  14. - /etc/systemd/system/calico-rr.service