cleanup readme

This commit is contained in:
Robert Kaussow 2020-01-30 22:58:49 +01:00
parent 9ce937c886
commit 30991215ac
1 changed files with 6 additions and 49 deletions

View File

@ -1,57 +1,14 @@
# xoxys.selinux
[![Build Status](https://drone.rknet.org/api/badges/ansible/xoxys.selinux/status.svg)](https://drone.rknet.org/ansible/xoxys.selinux)
[![Build Status](https://img.shields.io/drone/build/ansible/xoxys.selinux?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.selinux)
Setup selinux
## Table of content
### License
* [Default Variables](#default-variables)
* [selinux_packages](#selinux_packages)
* [selinux_policy](#selinux_policy)
* [selinux_state](#selinux_state)
* [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
### selinux_packages
#### Default value
```YAML
selinux_packages:
- policycoreutils-python
```
### selinux_policy
#### Default value
```YAML
selinux_policy: targeted
```
### selinux_state
#### Default value
```YAML
selinux_state: '{{ ansible_selinux.config_mode }}'
```
## Dependencies
None.
## License
MIT
## Author
[xoxys](https://gitea.rknet.org/xoxys)
[Robert Kaussow](https://gitea.rknet.org/xoxys)