mirror of
https://github.com/nikdoof/ansible-cis.git
synced 2025-12-13 09:32:15 +00:00
9 lines
176 B
YAML
9 lines
176 B
YAML
---
|
|
- name: Add core limits
|
|
community.general.pam_limits:
|
|
dest: /etc/security/limits.d/core.conf
|
|
domain: "*"
|
|
limit_type: hard
|
|
limit_item: core
|
|
value: "0"
|