From eb0e41ef72297ba0f0d3a20b10764ae8d07b430e Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 30 Jan 2020 22:58:49 +0100 Subject: [PATCH] cleanup readme --- README.md | 56 ++++++------------------------------------------------- 1 file changed, 6 insertions(+), 50 deletions(-) diff --git a/README.md b/README.md index 13722f9..a71406c 100644 --- a/README.md +++ b/README.md @@ -1,58 +1,14 @@ # xoxys.pam - -[![Build Status](https://drone.rknet.org/api/badges/ansible/xoxys.pam/status.svg)](https://drone.rknet.org/ansible/xoxys.pam) +[![Build Status](https://img.shields.io/drone/build/ansible/xoxys.pam?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.pam) -Configure pam stack - -## Table of content - -* [Default Variables](#default-variables) - * [pam_settings](#pam_settings) - * [pam_settings_extra](#pam_settings_extra) -* [Dependencies](#dependencies) -* [License](#license) -* [Author](#author) - ---- - -## 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. +Configure pam stack -## License +### License -MIT +This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. -## Author +### Maintainers and Contributors -[xoxys](https://gitea.rknet.org/xoxys) +[Robert Kaussow](https://gitea.rknet.org/xoxys)