Go to file
Robert Kaussow db68614ca2
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/notify Pipeline was successful
refctor: rework ci to ue ansible-lint and fix molecule
2024-08-19 16:06:12 +02:00
.woodpecker refctor: rework ci to ue ansible-lint and fix molecule 2024-08-19 16:06:12 +02:00
defaults feat: add test for Rocky Linux 8 (#1) 2022-01-26 22:51:08 +01:00
handlers ci: migrate to woodpecker 2024-02-18 13:10:59 +01:00
meta refctor: rework ci to ue ansible-lint and fix molecule 2024-08-19 16:06:12 +02:00
molecule/default refctor: rework ci to ue ansible-lint and fix molecule 2024-08-19 16:06:12 +02:00
tasks refctor: rework ci to ue ansible-lint and fix molecule 2024-08-19 16:06:12 +02:00
vars fix: use fallback vars file 2022-09-04 15:44:22 +02:00
.gitignore ci: migrate to woodpecker 2024-02-18 13:10:59 +01:00
.markdownlint.yml ci: migrate to woodpecker 2024-02-18 13:10:59 +01:00
.prettierignore ci: migrate to woodpecker 2024-02-18 13:10:59 +01:00
.yamllint refctor: rework ci to ue ansible-lint and fix molecule 2024-08-19 16:06:12 +02:00
LICENSE chore: end of the year maintenance [skip ci] 2021-12-21 10:45:43 +01:00
pyproject.toml ci: migrate to woodpecker 2024-02-18 13:10:59 +01:00
README.md [skip ci] automated docs update 2024-02-18 12:12:46 +00:00
requirements.yml refctor: rework ci to ue ansible-lint and fix molecule 2024-08-19 16:06:12 +02:00

xoxys.selinux

Build Status License: MIT

Configure selinux.

Table of content


Requirements

  • Minimum Ansible version: 2.10

Default Variables

selinux_packages

The default packages depend on the OS version.

selinux_policy

Default value

selinux_policy: targeted

selinux_state

Default value

selinux_state: '{{ ansible_selinux.config_mode }}'

Dependencies

None.

License

MIT

Author

Robert Kaussow