mirror of
https://github.com/nikdoof/ansible-cis.git
synced 2025-12-22 14:29:24 +00:00
Initial import of existing role
This commit is contained in:
8
tasks/limits.yaml
Normal file
8
tasks/limits.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: Add core limits
|
||||
pam_limits:
|
||||
dest: /etc/security/limits.d/core.conf
|
||||
domain: "*"
|
||||
limit_type: hard
|
||||
limit_item: core
|
||||
value: "0"
|
||||
Reference in New Issue
Block a user