Blockchain Forensics Toolkit
This team uses Fedora Linux.
https://github.com/getredash/redash/wiki/Local-development-setup
Docker installation is recommended. Be sure it include the arguments for networking between localhost and the Docker container. https://hub.docker.com/r/clickhouse/clickhouse-server/#networking
docker run -d --network=host --name meikai --ulimit nofile=262144:262144 clickhouse/clickhouse-server
echo 'SELECT version()' | curl 'http://localhost:8123/' --data-binary @-
Installation via pipx is recommended because it will isolate the ansible package without impacting your global Python3 installation. https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#installing-and-upgrading-ansible-with-pipx