robertdebock.investigate

Ansible Role Investigate

This guide helps you install and set up investigation tools on your system.

GitHub GitLab Downloads Version
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

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 Build Status GitHub Build Status GitLab
robertdebock.epel Build Status GitHub Build Status GitLab

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: dependencies

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.

Informazioni sul progetto

Install and configure investigation tools on your system.

Installa
ansible-galaxy install robertdebock.investigate
Licenza
apache-2.0
Download
458
Proprietario
I know my way around (Linux) infrastructure, have a passion for automation, Docker, Ansible, Molecule and ci/cd.