Node/Sysctl
Kernel parameter management on a target node.
📄️ List all managed sysctl entries
List all managed sysctl entries on the target node.
📄️ Create a sysctl parameter
Create a new sysctl kernel parameter on the target node. Idempotent: returns changed=false if the key is already managed.
📄️ Get a sysctl entry
Get a specific managed sysctl entry by key on the target node.
📄️ Update a sysctl parameter
Update an existing sysctl kernel parameter on the target node. Fails if the key is not currently managed. This operation is idempotent — updating with the same value results in no change.
📄️ Delete a managed sysctl entry
Delete a managed sysctl entry from the target node.