mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-04 08:48:42 +03:00
Rename kubespray-defaults to kubespray_defaults
Role names in ansible collection should not contains hyphens.
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
vars:
|
||||
test_image_repo: registry.k8s.io/e2e-test-images/agnhost
|
||||
test_image_tag: "2.40"
|
||||
# TODO: source those from kubespray-defaults instead.
|
||||
# Needs kubespray-defaults to be decoupled from no-proxy stuff
|
||||
# TODO: source those from kubespray_defaults instead.
|
||||
# Needs kubespray_defaults to be decoupled from no-proxy stuff
|
||||
bin_dir: "/usr/local/bin"
|
||||
kube_pods_subnet: "{{ 'fd85:ee78:d8a6:8607::1:0000/112' if not (ipv4_stack | default(true)) else '10.233.64.0/18' }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user