buluma.investigate

Ansible Role Investigate

This tool installs and sets up investigation tools on your system.

GitHub Version Issues Pull Requests Downloads
github Version Issues PullRequests Ansible Role

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

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 Ansible Molecule Version
buluma.epel Ansible Molecule Version

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:

dependencies

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.

Informazioni sul progetto

Install and configure investigation tools on your system.

Installa
ansible-galaxy install buluma.investigate
Licenza
apache-2.0
Download
11.9k
Proprietario
DevOps Engineer