
This patchset allows users to select the context in which certain osconfig tasks run, rather than a hard-coded assumption. It also adds scripts directories which are run in these contexts. Change-Id: I695c3078b4d883a506c243bc715a509f6844c126
7 lines
172 B
YAML
7 lines
172 B
YAML
- name: "Limits | Defining security limits"
|
|
template:
|
|
src: limits.j2
|
|
dest: "/etc/security/limits.d/99-{{ item.name }}.conf"
|
|
mode: 0644
|
|
loop: "{{ limits }}"
|