mg
ec33333916
rolle einzeln submodule entfernt Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#139 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
18 lines
548 B
YAML
18 lines
548 B
YAML
---
|
|
# Dir where ctop should be installed
|
|
ctop_install_dir: '/usr/local/bin'
|
|
|
|
# Path where ctop should be installed
|
|
ctop_install_path: '{{ ctop_install_dir }}/ctop'
|
|
|
|
# Mirror to download the ctop from
|
|
ctop_mirror: 'https://github.com/bcicen/ctop/releases/download/{{ ctop_version }}'
|
|
|
|
# The OS of the ctop redistributable
|
|
ctop_os: 'linux'
|
|
|
|
# The CPU architecture of the ctop redistributable
|
|
ctop_architecture: 'amd64'
|
|
|
|
# File name of the ctop redistributable file
|
|
ctop_redis_filename: 'ctop-{{ ctop_version }}-{{ ctop_os }}-{{ ctop_architecture }}'
|