mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-26 23:23:22 +02:00
10 lines
178 B
YAML
10 lines
178 B
YAML
![]() |
---
|
||
|
|
||
|
- name: Deploy pam config
|
||
|
template: src=deb_pam_common_{{ item }}.j2 dest=/etc/pam.d/common-{{ item }}
|
||
|
with_items:
|
||
|
- account
|
||
|
- auth
|
||
|
- password
|
||
|
- session
|