Ansible role to install and configure htop
| variable | default value | usage | 
|---|---|---|
| htop__compile | false | Compile htop from source | 
| htop__version | latest | If we compile htop from source, which version should we use? (latest is the latest github release, use any valid git reference) | 
The community.general collection is required for some parts of this ansible role.
You can install it with this command:
ansible-galaxy collection install -r requirements.yml --upgrade