Go to file
Robert Kaussow 6a69278f68
All checks were successful
continuous-integration/drone/push Build is passing
force run
2020-01-22 23:24:47 +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 refactor docs 2020-01-22 22:36:03 +01:00
tasks add label to pam loops 2019-11-10 13:26:43 +01:00
.drone.jsonnet force run 2020-01-22 23:24:47 +01:00
.drone.yml refactor docs 2020-01-22 22:08:45 +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
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

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