Sha256: 34e080acdd12c5e7e8abffdf480260f6aa3c702c66399bef5e026200600f2f1a
Contents?: true
Size: 713 Bytes
Versions: 26
Compression:
Stored size: 713 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: 172.17.42.1 ssh_opts: port: 22222 user: tester key: "<replaced_by_platforms>" anyhost-02: 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
26 entries across 26 versions & 1 rubygems