You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
478 B
15 lines
478 B
3 weeks ago
|
# 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
|