11 lines
149 B
YAML
11 lines
149 B
YAML
|
source:
|
||
|
host: source.example.com
|
||
|
user: source_user
|
||
|
port: 22
|
||
|
|
||
|
destination:
|
||
|
host: destination.example.com
|
||
|
user: destination_user
|
||
|
port: 22
|
||
|
|