An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# AppArmor on Ubuntu 24 (noble)

[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](https://github.com/dafneb/.github/blob/main/.github/CODE_OF_CONDUCT.md)
[![License](https://img.shields.io/badge/License-MIT-4baaaa.svg)](https://github.com/dafneb/.github/blob/main/LICENSE)
![GitHub Release](https://img.shields.io/github/v/release/dafneb/ansible-role-ubuntu24-apparmor)
![GitHub commit activity](https://img.shields.io/github/commit-activity/w/dafneb/ansible-role-ubuntu24-apparmor)
![GitHub contributors](https://img.shields.io/github/contributors/dafneb/ansible-role-ubuntu24-apparmor)

![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/dafneb/ansible-role-ubuntu24-apparmor/ansible-lint.yml?label=ansible-lint)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/dafneb/ansible-role-ubuntu24-apparmor/codeql.yml?label=CodeQL)
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/dafneb/ansible-role-ubuntu24-apparmor/badge)](https://scorecard.dev/viewer/?uri=github.com/dafneb/ansible-role-ubuntu24-apparmor)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/dafneb/ansible-role-ubuntu24-apparmor/main.svg)](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)