Sha256: 7d82edfba32effa7443525d4c836ee2d78a7bd25486a0cf1b15b0893194440dc

Contents?: true

Size: 686 Bytes

Versions: 3

Compression:

Stored size: 686 Bytes

Contents

- target: localhost
  command:
    - "rm -f /var/tmp/hello_rundock_from_deploy_src_file_arg_1_scenario"
    - "echo 'Hello Rundock from deploy args Scenario.' > /var/tmp/hello_rundock_from_deploy_src_file_arg_1_scenario"
- target: anyhost-01
  command:
    - "rm -f /var/tmp/hello_rundock_from_deploy_dst_file_arg_2_scenario"
  task:
    - deploy_task  arg_1 arg_2
---
anyhost-01:
  host: <replaced_by_platforms_host>
  ssh_opts:
    port: <replaced_by_platforms_port>
    user: tester
    key: "<replaced_by_platforms_key>"
---
deploy_task:
  deploy:
    - src: /var/tmp/hello_rundock_from_deploy_src_file_$1_scenario
      dst: /var/tmp/hello_rundock_from_deploy_dst_file_$2_scenario

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rundock-1.1.3 spec/integration/scenarios/deploy_args_scenario.yml
rundock-1.1.2 spec/integration/scenarios/deploy_args_scenario.yml
rundock-1.1.1 spec/integration/scenarios/deploy_args_scenario.yml