2018-11-15 22:29:27 +00:00
|
|
|
# xoxys.selinux
|
2019-10-19 13:39:47 +00:00
|
|
|
|
|
|
|
[![Build Status](https://drone.rknet.org/api/badges/ansible/xoxys.selinux/status.svg)](https://drone.rknet.org/ansible/xoxys.selinux)
|
2018-11-15 22:29:27 +00:00
|
|
|
|
2019-10-19 13:39:47 +00:00
|
|
|
|
|
|
|
Setup selinux
|
|
|
|
|
|
|
|
## Table of content
|
|
|
|
|
|
|
|
* [Default Variables](#default-variables)
|
|
|
|
* [selinux_packages](#selinux_packages)
|
|
|
|
* [selinux_policy](#selinux_policy)
|
|
|
|
* [selinux_state](#selinux_state)
|
|
|
|
* [Dependencies](#dependencies)
|
|
|
|
* [License](#license)
|
|
|
|
* [Author](#author)
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
## 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
|