# Easy way, edit /etc/ansible/hosts: [my_server] ssdnodes:54321 and you can test it by issuing a ping: ansible ssdnodes -m ping #and the response would be: ssdnodes | SUCCESS => { "changed": false, "ping": "pong" }