Sysutil Role
This Ansible role can be used to install a small sysutil written in golang.
Variables
| Variables | Type | Options | Defaults |
|---|---|---|---|
| sysutil_bin_state: | string | present, skip | present |
| sysutil_url: | string | --- | https://github.com/Giftpilz0/sysutil/releases/download/\{\{ sysutil_tag }}/sysutil_Linux_{{ sysutil_arch }}.tar.gz |
| sysutil_arch: | string | --- | x86_64 |
| sysutil_tag: | string | --- | 1.3.0 |
| sysutil_path: | string | --- | /usr/local/bin |
Example Playbook
- name: Import sysutil Role
hosts: all
roles:
- role: giftpilz0.general.sysutil