buluma.aide
Ansible Role aide
This role helps you install and set up aide on your system.
GitHub | Version | Issues | Pull Requests | Downloads |
---|---|---|---|---|
Example Playbook
This example comes from molecule/default/converge.yml
and is tested whenever there is a push, pull request, or release.
---
- name: Converge
hosts: all
become: true
gather_facts: true
roles:
- role: buluma.aide
Before running the playbook, the machine needs to be prepared. In CI, this is done using molecule/default/prepare.yml
:
---
- name: prepare
hosts: all
become: true
gather_facts: false
roles:
- role: buluma.bootstrap
- role: buluma.cron
- role: buluma.postfix
postfix_myhostname: "smtp.example.com"
postfix_mydomain: "example.com"
postfix_myorigin: "example.com"
You can also check out a full explanation and example on using these roles.
Requirements
- You need the pip packages listed in requirements.txt.
State of Used Roles
These roles are used to prepare the system, but you can also prepare your system in other ways.
Requirement | GitHub | Version |
---|---|---|
buluma.bootstrap | ||
buluma.cron | ||
buluma.postfix |
Context
This role is part of many roles that work well together. You can find more information in the documentation of these roles.
Here is a list of related roles:
Compatibility
This role has been tested on the following container images:
Container | Tags |
---|---|
EL | 8, 9 |
Debian | bullseye |
Fedora | all |
opensuse | all |
Ubuntu | all |
You need at least version 2.12 of Ansible. Tests have been conducted on:
- The previous version.
- The current version.
- The development version.
If you find any issues, please report them on GitHub.
Changelog
Check the Role History for updates.
License
This role is licensed under Apache-2.0.
Author Information
The author is Shadow Walker.
Install and configure aide on your system.
ansible-galaxy install buluma.aide