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