Skip to content
Snippets Groups Projects
Unverified Commit f7d0fb9a authored by Aveline's avatar Aveline Committed by GitHub
Browse files

rename ansible groups to use _ instead of (#9569)

parent ff331f4e
No related branches found
No related tags found
No related merge requests found
......@@ -2,18 +2,18 @@
${connection_strings_master}
${connection_strings_worker}
[kube-master]
[kube_control_plane]
${list_master}
[etcd]
${list_master}
[kube-node]
[kube_node]
${list_worker}
[k8s-cluster:children]
[k8s_cluster:children]
kube-master
kube-node
[k8s-cluster:vars]
[k8s_cluster:vars]
network_id=${network_id}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment