Reading time: 5 – 8 minutes
Gotop is a terminal based graphical activity monitor inspired by gtop and vtop; it’s available at:
https://github.com/xxxserxxx/gotop/
I published a role in Ansible Galaxy for deploying gotop in Linux servers. The role page in Ansible Galaxy is at:
https://galaxy.ansible.com/oriolrius/install_gotop
Role installation command and deployment command:
ansible-galaxy install oriolrius.install_gotop # change SERVER_IP, for the IP address where you want to deploy gotop ansible -i SERVER_IP, -u root -m include_role -a name=oriolrius.install_gotop all