mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-24 07:51:26 -03:30
Add tags to allow more granular tasks filtering. Add generator script for MD formatted tags found. Add docs for tags how-to. Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
6 lines
119 B
YAML
6 lines
119 B
YAML
---
|
|
dependencies:
|
|
- role: kubernetes-apps/network_plugin/canal
|
|
when: kube_network_plugin == 'canal'
|
|
tags: canal
|