From b8a13cd1e3f7840b9eedcbf0af97b21e3f5f88b0 Mon Sep 17 00:00:00 2001 From: ci-bot Date: Sun, 18 Feb 2024 12:55:15 +0000 Subject: [PATCH] [skip ci] automated docs update --- README.md | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/README.md b/README.md index a1e3c8b..0c0f397 100644 --- a/README.md +++ b/README.md @@ -1 +1,63 @@ # xoxys.pam + +[![Build Status](https://ci.rknet.org/api/badges/ansible/xoxys.pam/status.svg)](https://ci.rknet.org/repos/ansible/xoxys.pam) +[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?label=license)](https://gitea.rknet.org/ansible/xoxys.pam/src/branch/main/LICENSE) + +Configure pam stack. + +## Table of content + +- [Requirements](#requirements) +- [Default Variables](#default-variables) + - [pam_settings](#pam_settings) + - [pam_settings_extra](#pam_settings_extra) +- [Dependencies](#dependencies) +- [License](#license) +- [Author](#author) + +--- + +## Requirements + +- Minimum Ansible version: `2.10` + +## Default Variables + +### pam_settings + +#### Default value + +```YAML +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 + +```YAML +pam_settings_extra: [] +``` + +## Dependencies + +None. + +## License + +MIT + +## Author + +[Robert Kaussow](https://gitea.rknet.org/xoxys)