Go to file
Robert Kaussow 0c0dc2f004
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/notify Pipeline was successful
refctor: rework ci to ue ansible-lint and fix molecule
2024-08-19 16:06:09 +02:00
.woodpecker refctor: rework ci to ue ansible-lint and fix molecule 2024-08-19 16:06:09 +02:00
defaults refctor: rework ci to ue ansible-lint and fix molecule 2024-08-19 16:06:09 +02:00
meta refctor: rework ci to ue ansible-lint and fix molecule 2024-08-19 16:06:09 +02:00
molecule/default refctor: rework ci to ue ansible-lint and fix molecule 2024-08-19 16:06:09 +02:00
tasks ci: migrate to woodpecker 2024-02-18 13:53:53 +01:00
.gitignore ci: migrate to woodpecker 2024-02-18 13:53:53 +01:00
.markdownlint.yml ci: migrate to woodpecker 2024-02-18 13:53:53 +01:00
.prettierignore ci: migrate to woodpecker 2024-02-18 13:53:53 +01:00
.yamllint refctor: rework ci to ue ansible-lint and fix molecule 2024-08-19 16:06:09 +02:00
LICENSE chore: end of the year maintenance [skip ci] 2021-12-21 10:45:33 +01:00
pyproject.toml ci: migrate to woodpecker 2024-02-18 13:53:53 +01:00
README.md [skip ci] automated docs update 2024-02-18 12:55:15 +00:00
requirements.yml refctor: rework ci to ue ansible-lint and fix molecule 2024-08-19 16:06:09 +02:00

xoxys.pam

Build Status License: MIT

Configure pam stack.

Table of content


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