8 lines
203 B
Text
8 lines
203 B
Text
[pinko.red]
|
|
# define the username and hostname that you use for ssh connection
|
|
myuser@example.com
|
|
# you can also use a host that is defined in your ssh config
|
|
myserver
|
|
|
|
[all:vars]
|
|
ansible_connection=ssh
|