It changes the directory layout of the ansible playbook to a more "best practices" friendly approach using ansible roles and a real inventory file Co-authored-by: Ilya Kreymer <ikreymer@users.noreply.github.com>
13 lines
210 B
INI
13 lines
210 B
INI
[controller]
|
|
# Set to the IP address of the k3s host node
|
|
127.0.0.1
|
|
|
|
# Uncomment for multi-node deployment
|
|
# [node]
|
|
# 192.168.1.2
|
|
|
|
[k3s_cluster:children]
|
|
controller
|
|
# Uncomment for multi-node deployment
|
|
# node
|