Files
kubespray/inventory/local/hosts.ini
Max Gautier 88b6f08e26 Documentation of k8s_cluster auto-defined
Also remove the group from the example inventory, since it should not be
needed anymore.
2024-09-21 14:35:36 +02:00

11 lines
140 B
INI

node1 ansible_connection=local local_release_dir={{ansible_env.HOME}}/releases
[kube_control_plane]
node1
[etcd]
node1
[kube_node]
node1