Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 709 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 709 Bytes

AIDE on Ubuntu 24

An Ansible role to install AIDE on Ubuntu 24.

Requirements

No special requirements. Some tasks require "privileged role" at system. So, use 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-aide }

License

MIT