homeserver/roles/gantsign.ctop/vars/main.yml
mg ec33333916 ctop (#139)
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>
2021-06-29 21:43:09 +02:00

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 }}'