cleanup readme

This commit is contained in:
Robert Kaussow 2020-01-30 22:58:49 +01:00
parent 6a69278f68
commit eb0e41ef72
1 changed files with 6 additions and 50 deletions

View File

@ -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
### License
* [Default Variables](#default-variables)
* [pam_settings](#pam_settings)
* [pam_settings_extra](#pam_settings_extra)
* [Dependencies](#dependencies)
* [License](#license)
* [Author](#author)
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
---
### Maintainers and Contributors
## 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
[xoxys](https://gitea.rknet.org/xoxys)
[Robert Kaussow](https://gitea.rknet.org/xoxys)