k8s-sig-cluster-lifecycleawskubesprayhigh-availabilityansiblekubernetes-clustergcekubernetesbare-metal
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
15 lines
332 B
---
|
|
- name: Calico-rr | Disable calico-rr service if it exists
|
|
service:
|
|
name: calico-rr
|
|
state: stopped
|
|
enabled: no
|
|
failed_when: false
|
|
|
|
- name: Calico-rr | Delete obsolete files
|
|
file:
|
|
path: "{{ item }}"
|
|
state: absent
|
|
with_items:
|
|
- /etc/calico/calico-rr.env
|
|
- /etc/systemd/system/calico-rr.service
|