diff --git a/README.md b/README.md index 6c54258..aae7efc 100644 --- a/README.md +++ b/README.md @@ -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)