2020-01-22 22:40:12 +00:00
|
|
|
---
|
|
|
|
title: selinux
|
|
|
|
type: docs
|
|
|
|
---
|
|
|
|
|
2020-06-04 13:29:41 +00:00
|
|
|
[![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.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) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.selinux/src/branch/master/LICENSE)
|
2020-01-31 10:41:40 +00:00
|
|
|
|
|
|
|
Configure selinux.
|
2020-01-22 22:40:12 +00:00
|
|
|
|
|
|
|
* [Default Variables](#default-variables)
|
2020-05-25 21:17:05 +00:00
|
|
|
* [selinux_packages](#selinux_packages)
|
|
|
|
* [selinux_policy](#selinux_policy)
|
|
|
|
* [selinux_state](#selinux_state)
|
2020-01-22 22:40:12 +00:00
|
|
|
* [Dependencies](#dependencies)
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
## 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.
|