Go to file
Robert Kaussow 454ebbaed6
continuous-integration/drone/push Build is passing Details
cleanup pipeline
2019-11-22 23:59:05 +01:00
defaults initial commit 2019-11-06 20:26:03 +01:00
meta override meta author for readme 2019-11-07 09:24:51 +01:00
molecule initial commit 2019-11-06 20:26:03 +01:00
tasks add label to pam loops 2019-11-10 13:26:43 +01:00
.drone.jsonnet cleanup pipeline 2019-11-22 23:59:05 +01:00
.drone.yml cleanup pipeline 2019-11-22 23:59:05 +01:00
.gitignore initial commit 2019-11-06 20:26:03 +01:00
.later.yml cleanup pipeline 2019-11-22 23:59:05 +01:00
HEADER.md initial commit 2019-11-06 20:26:03 +01:00
LICENSE initial commit 2019-11-06 20:26:03 +01:00
README.md [SKIP CI] update readme 2019-11-07 08:41:00 +00:00

README.md

xoxys.pam

Build Status

Configure pam stack

Table of content


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

xoxys