robertdebock.sysstat
Ansible Role Sysstat
This role helps you install, start, and enable sysstat on your system.
GitHub | GitLab | Downloads | Version |
---|---|---|---|
Example Playbook
Here’s an example playbook that you can find in molecule/default/converge.yml
. It is tested on every update or request.
---
- name: Converge
hosts: all
become: true
gather_facts: true
roles:
- role: robertdebock.sysstat
Before running this playbook, prepare your machine using molecule/default/prepare.yml
:
---
- name: Prepare
hosts: all
become: true
gather_facts: false
serial: 30%
roles:
- role: robertdebock.bootstrap
You can also find a detailed explanation and more examples on how to use these roles.
Requirements
- The pip packages listed in requirements.txt.
State of Used Roles
The roles listed below are used for system preparation. You can also prepare your system in other ways.
Requirement | GitHub | GitLab |
---|---|---|
robertdebock.bootstrap |
Context
This role works with many other roles. Check out the documentation for these roles for more details.
Here is an overview of related roles:
Compatibility
This role has been tested on the following container images:
Container | Tags |
---|---|
Alpine | all |
EL | 9 |
Debian | all |
Fedora | all |
Ubuntu | all |
You need at least Ansible version 2.12. Testing has been done on:
- The previous version.
- The current version.
- The development version.
If you find any issues, please report them on GitHub.
License
Author Information
If you like my work, please consider sponsoring me.
Install, start and enable sysstat on your system.
ansible-galaxy install robertdebock.sysstat