xoxys 32672cdaaf
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
ci: drop notify workflow
2026-03-12 19:30:25 +01:00
2026-03-12 19:30:25 +01:00
2024-02-18 13:53:53 +01:00
2024-02-18 13:53:53 +01:00
2024-02-18 13:53:53 +01:00
2024-02-18 13:53:53 +01:00
2024-02-18 13:53:53 +01:00
2025-12-05 18:21:32 +00:00

xoxys.pam

Build Status License: MIT

Configure pam stack.

Table of contents


Requirements

  • Minimum Ansible version: 2.10

Default Variables

pam_settings

Default value

pam_settings:
  - type: auth
    control: sufficient
    module_arguments:
      - try_first_pass
  - type: password
    control: sufficient
    module_arguments:
      - sha512
      - shadow
      - try_first_pass
      - use_authtok

pam_settings_extra

Default value

pam_settings_extra: []

Dependencies

None.

License

MIT

Author

Robert Kaussow

S
Description
No description provided
Readme MIT
132 KiB
Languages
Python 100%