Network and systems debugging tools not available
When working with the nodes bm1 and bw1, we have experienced difficulties in debugging #9 (closed), since tmux
, dig
and ss
binaries were not available.
apt update && apt install -y net-tools dnsutils tmux
helped resolve the issue, but we would like to suggest these and similar packages for the ansible roles in this repository.
Where would be the best place to add them?