robertdebock.investigate
Ansible Role Investigate
This guide helps you install and set up investigation tools on your system.
GitHub | GitLab | Downloads | Version |
---|---|---|---|
Example Playbook
Here is an example playbook taken from molecule/default/converge.yml
. It's checked every time there is a code change.
---
- name: Converge
hosts: all
become: true
gather_facts: true
roles:
- role: robertdebock.investigate
Before running the main playbook, you need to prepare your machine. In continuous integration (CI), this is done using molecule/default/prepare.yml
:
---
- name: Prepare
hosts: all
become: true
gather_facts: false
roles:
- role: robertdebock.bootstrap
- role: robertdebock.epel
For a detailed explanation and additional examples, check out this guide.
Requirements
- Install the pip packages listed in requirements.txt.
State of Used Roles
The following roles are needed to set up the system. You can choose other methods for preparation.
Requirement | GitHub | GitLab |
---|---|---|
robertdebock.bootstrap | ||
robertdebock.epel |
Context
This role is part of a larger set of compatible roles. You can find more information in the documentation of these roles.
Here’s an overview of related roles:
Compatibility
This role has been tested with the following container images:
Container | Tags |
---|---|
Alpine | All |
Amazon | Candidate |
Enterprise Linux | 9 |
Debian | All |
Fedora | All |
Ubuntu | All |
You need at least Ansible version 2.12. Tests have been run on:
- The previous version
- The current version
- The development version
If you encounter any issues, please report them on GitHub.
License
This project is licensed under the Apache-2.0 license.
Author Information
This role is created by robertdebock.
Consider sponsoring me.
Install and configure investigation tools on your system.
ansible-galaxy install robertdebock.investigate