buluma.investigate
Ansible Role Investigate
This tool installs and sets up investigation tools on your system.
GitHub | Version | Issues | Pull Requests | Downloads |
---|---|---|---|---|
Example Playbook
This example comes from molecule/default/converge.yml
and is tested with every update and release.
---
- name: Converge
hosts: all
become: true
gather_facts: true
pre_tasks:
- name: Update apt cache.
apt: update_cache=true cache_valid_time=600
when: ansible_os_family == 'Debian'
roles:
- role: buluma.investigate
The system needs preparation, which is done in CI using molecule/default/prepare.yml
:
---
- name: Prepare
hosts: all
gather_facts: false
become: true
roles:
- role: buluma.bootstrap
- role: buluma.epel
For more information, you can find a full explanation and examples about using these roles.
Requirements
- Python packages listed in requirements.txt.
State of Used Roles
These roles are used to prepare the system. You can set up your system differently if you prefer.
Requirement | GitHub | Version |
---|---|---|
buluma.bootstrap | ||
buluma.epel |
Context
This role is part of several compatible roles. Check out the documentation of these roles for more details.
Here's a summary of related roles:
Compatibility
This role has been tested on the following container images:
Container | Tags |
---|---|
Alpine | all |
EL | 8 |
Debian | all |
Fedora | all |
opensuse | all |
Ubuntu | all |
Ansible requires a minimum version of 2.12, and testing has been conducted on:
- The previous version.
- The current version.
- The development version.
If you encounter any issues, please report them on GitHub.
Changelog
You can view the Role History.
License
This project is licensed under Apache-2.0.
Author Information
This role was created by Shadow Walker.
Install and configure investigation tools on your system.
ansible-galaxy install buluma.investigate