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

Version Path
rundock-1.2.1 spec/integration/scenarios/simple_echo_scenario.yml
rundock-1.2.0 spec/integration/scenarios/simple_echo_scenario.yml
rundock-1.1.7 spec/integration/scenarios/simple_echo_scenario.yml
rundock-1.1.6 spec/integration/scenarios/simple_echo_scenario.yml
rundock-1.1.5 spec/integration/scenarios/simple_echo_scenario.yml
rundock-1.1.4 spec/integration/scenarios/simple_echo_scenario.yml
rundock-1.1.3 spec/integration/scenarios/simple_echo_scenario.yml
rundock-1.1.2 spec/integration/scenarios/simple_echo_scenario.yml
rundock-1.1.1 spec/integration/scenarios/simple_echo_scenario.yml
rundock-1.1.0 spec/integration/scenarios/simple_echo_scenario.yml
rundock-1.0.8 spec/integration/scenarios/simple_echo_scenario.yml
rundock-1.0.7 spec/integration/scenarios/simple_echo_scenario.yml
rundock-1.0.6 spec/integration/scenarios/simple_echo_scenario.yml