An Ansible role to install AIDE on Ubuntu 24.
No special requirements. Some tasks require "privileged role" at system. So, use become option at your inventory list.
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.
- hosts: servers
roles:
- { role: dafneb.ubuntu24-aide }
MIT