mirror of
https://github.com/dredx/prole.git
synced 2026-09-23 10:13:58 +00:00
8 lines
113 B
YAML
8 lines
113 B
YAML
---
|
|
- name: Ensure cgroup kernel parameters
|
|
hosts: k3s_hosts
|
|
become: true
|
|
serial: 1
|
|
roles:
|
|
- cgroups
|