Files
offline_kubespray/kubespray/contrib/dind/hosts
ByeonJungHun 360c6eef4a offline 작업
2024-02-19 16:02:29 +09:00

16 lines
373 B
INI

[local]
# If you created a virtualenv for ansible, you may need to specify running the
# python binary from there instead:
#localhost ansible_connection=local ansible_python_interpreter=/home/user/kubespray/.venv/bin/python
localhost ansible_connection=local
[containers]
kube-node1
kube-node2
kube-node3
kube-node4
kube-node5
[containers:vars]
ansible_connection=docker