19 lines
548 B
YAML
19 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 }}'
|