Sha256: 49ba694bac185a6be34416ea0191d43119fa858189a82833b9d66aa9201de82e
Contents?: true
Size: 847 Bytes
Versions: 13
Compression:
Stored size: 847 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: <replaced_by_platforms_host> ssh_opts: port: <replaced_by_platforms_port> user: tester key: "<replaced_by_platforms_key>" anyhost-02: target_type: host host: "<replaced_by_platforms_host>" ssh_opts: port: <replaced_by_platforms_port> user: tester keys: ["<replaced_by_platforms_key>"] --- echo_platform: command: - "hostname" - "uname -a" write_echo: command: - "echo 'Hello Rundock from Scenario.' > /var/tmp/hello_rundock_from_scenario"
Version data entries
13 entries across 13 versions & 1 rubygems