# Add the IP or domain of your target machine below e.g.
# example.org
# or
# 192.168.121.1
#
sxdemo
# aditional information for ssh connection (e.g. port, user, key file) can be entered like this
# three.example.com:2222 ansible_user=myuser ansible_ssh_private_key_file=/path/to/key/file 
sxdemo:22 ansible_user=root ansible_ssh_private_key_file=/home/superx/.ssh/id_ed25519
#
# for local install uncomment following line
# localhost ansible_connection=local

#vim: set ft=ini