browsertrix/ansible/inventory/sample-k3s/hosts.ini
Anish Lakhwara 00eddd548d
feat: k3s ansible playbook (#1071)
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>
2023-09-05 17:50:18 -04:00

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