https://github.com/bodsch/ansible-apparmor
disable and remove apparmor
https://github.com/bodsch/ansible-apparmor
ansible apparmor automation remove
Last synced: 7 months ago
JSON representation
disable and remove apparmor
- Host: GitHub
- URL: https://github.com/bodsch/ansible-apparmor
- Owner: bodsch
- License: bsd-2-clause
- Created: 2021-05-20T04:28:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-23T09:54:33.000Z (10 months ago)
- Last Synced: 2025-01-09T05:38:23.429Z (9 months ago)
- Topics: ansible, apparmor, automation, remove
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role: `apparmor`
disable and remove apparmor
[][ci]
[][issues]
[][releases]
[][galaxy][ci]: https://github.com/bodsch/ansible-apparmor/actions
[issues]: https://github.com/bodsch/ansible-apparmor/issues?q=is%3Aopen+is%3Aissue
[releases]: https://github.com/bodsch/ansible-apparmor/releases
[galaxy]: https://galaxy.ansible.com/ui/standalone/roles/bodsch/apparmor/## Operating systems
Tested on
- Debian 10 / 11 / 12
- Ubuntu 20.04 / 22.04## Contribution
Please read [Contribution](CONTRIBUTING.md)
## Development, Branches (Git Tags)
The `master` Branch is my *Working Horse* includes the "latest, hot shit" and can be complete broken!
If you want to use something stable, please use a [Tagged Version](https://github.com/bodsch/ansible-apparmor/tags)!
## usage
```yaml
apparmor_state: stopped
apparmor_enabled: falseapparmor_purge: true
apparmor_block:
later_installation: true
packages:
- apparmor
- apparmor-profiles
- apparmor-profiles-extra
- apparmor-notify
- apparmor-utils
- dh-apparmor
```---
## Author and License
- Bodo Schulz
## License
[BSD2](LICENSE)
**FREE SOFTWARE, HELL YEAH!**