Sha256: 0e705b775c7407a33c6bd2863932351a78111ab7b31ffc1f847bb2bcf931e41a
Contents?: true
Size: 759 Bytes
Versions: 11
Compression:
Stored size: 759 Bytes
Contents
- target: localhost command: - "rm -f /var/tmp/hello_rundock_from_scenario" - "echo 'Hello Rundock from Scenario.' > /var/tmp/hello_rundock_from_scenario" - target: anyhost-01 task: - echo_platform command: - "hostname" - target: anyhost-02 command: - "uname -a" task: - write_echo --- anyhost-01: target_type: host host: 172.17.42.1 ssh_opts: port: 22222 user: tester key: "<replaced_by_platforms>" anyhost-02: target_type: host host: "172.17.42.1" ssh_opts: port: 22222 user: tester keys: ["<replaced_by_platforms>"] --- echo_platform: command: - "hostname" - "uname -a" write_echo: command: - "echo 'Hello Rundock from Scenario.' > /var/tmp/hello_rundock_from_scenario"
Version data entries
11 entries across 11 versions & 1 rubygems