https://github.com/dafneb/ansible-role-ubuntu24-apparmor
Ansible Role - Installation of AppArmor on Ubuntu 24
https://github.com/dafneb/ansible-role-ubuntu24-apparmor
ansible ansible-role apparmor ubuntu-server
Last synced: 3 months ago
JSON representation
Ansible Role - Installation of AppArmor on Ubuntu 24
- Host: GitHub
- URL: https://github.com/dafneb/ansible-role-ubuntu24-apparmor
- Owner: dafneb
- License: mit
- Created: 2024-12-15T08:45:39.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-01-20T04:48:21.000Z (9 months ago)
- Last Synced: 2025-02-05T20:59:29.090Z (8 months ago)
- Topics: ansible, ansible-role, apparmor, ubuntu-server
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# AppArmor on Ubuntu 24 (noble)
[](https://github.com/dafneb/.github/blob/main/.github/CODE_OF_CONDUCT.md)
[](https://github.com/dafneb/.github/blob/main/LICENSE)




[](https://scorecard.dev/viewer/?uri=github.com/dafneb/ansible-role-ubuntu24-apparmor)
[](https://results.pre-commit.ci/latest/github/dafneb/ansible-role-ubuntu24-apparmor/main)An Ansible role to install AppArmor on Ubuntu 24.
## Requirements
No special requirements. Some tasks require "privileged role" at system. So, use [become](https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_privilege_escalation.html#using-become) option at your inventory list.
## Role Variables
This role is designed so the end user should not have to edit the tasks themselves. All customizing should be done via the defaults/main.yml file or with extra vars within the project, job, workflow, etc.
## Example Playbook
- hosts: servers
roles:
- { role: dafneb.ubuntu24-apparmor }## License
[MIT](LICENSE)