Sha256: 5c95f4afffe3793745bbeb69a7989731f204ed5767260db9a02fbf320653b7c3
Contents?: true
Size: 681 Bytes
Versions: 2
Compression:
Stored size: 681 Bytes
Contents
- node: localhost command: - "rm -f /var/tmp/hello_rundock_from_scenario" - "echo 'Hello Rundock from Scenario.' > /var/tmp/hello_rundock_from_scenario" - node: anyhost-01 task: - echo_platform command: - "hostname" - node: anyhost-02 command: - "uname -a" task: - write_echo --- anyhost-01: host: 127.0.0.1 ssh_opts: port: 22222 user: tester key: "<replaced_by_platforms>" anyhost-02: host: "127.0.0.1" ssh_opts: port: 22222 user: tester keys: ["<replaced_by_platforms>"] --- echo_platform: - "hostname" - "uname -a" write_echo: - "echo 'Hello Rundock from Scenario.' > /var/tmp/hello_rundock_from_scenario"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rundock-0.2.0 | spec/integration/scenarios/simple_echo_scenario.yml |
rundock-0.1.0 | spec/integration/scenarios/simple_echo_scenario.yml |