forked from ISTI-ansible-roles/ansible-roles
7 lines
241 B
YAML
7 lines
241 B
YAML
|
---
|
||
|
- name: Change the default security limits
|
||
|
pam_limits: domain={{ item.domain }} limit_type={{ item.type }} limit_item={{ item.l_item }} value={{ item.value }}
|
||
|
with_items: '{{ security_limits }}'
|
||
|
tags: [ 'd4science', 'pam_limits']
|
||
|
|