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.
This commit is contained in:
6
infra/ansible/playbooks/storage.yaml
Normal file
6
infra/ansible/playbooks/storage.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Configure storage (expand LV + mount NVMe)
|
||||
hosts: k3s_cluster
|
||||
become: true
|
||||
roles:
|
||||
- storage
|
||||
Reference in New Issue
Block a user