prole/infrastructure/playbooks/cgroups.yml
chrisfu 58faab34fb Add playbooks and manifests for cgroups and iSCSI storage setup
- Introduced cgroup kernel parameter management for `k3s_hosts` via Ansible playbook.
- Added Kubernetes PersistentVolumes for iSCSI storage with specific node affinity.
- Defined `prole-iscsi` StorageClass for volume provisioning.
2026-02-06 01:19:59 -08:00

8 lines
113 B
YAML

---
- name: Ensure cgroup kernel parameters
hosts: k3s_hosts
become: true
serial: 1
roles:
- cgroups