ssh_compose_pro/tests/for_loops/mixed_for.in

14 lines
291 B
Plaintext
Raw Normal View History

2024-07-17 20:59:12 -06:00
orca:
ssh_props:
Hostname: 10.42.43.1
User: emiliko
for:
- variable: i
range: [1006, 1020]
property: LocalForward
template: ${i} localhost:${i}
- variable: enV
iter: ["FOO=bar", "BAR=foo", "BAZ=baz"]
property: SendEnv
template: ${enV}