kubernetesbare-metalk8s-sig-cluster-lifecycleawskubesprayhigh-availabilityansiblekubernetes-clustergce
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.
14 lines
297 B
14 lines
297 B
---
|
|
- name: Cilium check
|
|
import_tasks: check.yml
|
|
|
|
- name: Cilium install
|
|
include_tasks: install.yml
|
|
|
|
# Remove after 2.29 released
|
|
- name: Cilium remove old resources
|
|
when: cilium_remove_old_resources
|
|
include_tasks: remove_old_resources.yml
|
|
|
|
- name: Cilium apply
|
|
include_tasks: apply.yml
|