Files
k3s-master/ansible/inventory/README.md
doudou 85772b9168
Some checks failed
terraform-plan / plan (push) Has been cancelled
chore: initialize k3s master iac skeleton
2025-11-07 15:23:27 +08:00

6 lines
380 B
Markdown

# Inventory Layout
Terraform will render a dynamic inventory (e.g., via `terraform output` or `ansible-inventory` plugin) exposing the K3s control-plane nodes under the `k3s_master` group.
For local testing, drop an `inventory.ini` or `inventory.yaml` into this directory with the same group name. Keep secrets out of version control; prefer Ansible Vault or CI secret storage.