Files
homelab/infra/ansible/playbooks/storage.yaml
Julia McGhee c6ce40a557 Add Ansible storage role for NVMe setup and Longhorn dual-disk config
Automates LV expansion, NVMe mount, and Longhorn node disk tagging
(hdd/nvme) via Ansible instead of Kustomize-managed manifests.
2026-03-21 13:19:04 +00:00

7 lines
114 B
YAML

---
- name: Configure storage (expand LV + mount NVMe)
hosts: k3s_cluster
become: true
roles:
- storage