~$ ansible all \
  --inventory 116.203.201.138, \
  --module-name command \
  --args 'uname -a' \
  --user root \
  --private-key=~/.ssh/myhetznerkey
116.203.201.138 | CHANGED | rc=0 >>
Linux myserver 5.15.0-116-generic #126-Ubuntu SMP Mon Jul 1 10:14:24 UTC 2024  
x86_64 x86_64 x86_64 GNU/Linux
