Sha256: 1f6f989ee44f76383d73ac0fc61f15a706d9def4cbb5f76f4df9485e77e79f2b

Contents?: true

Size: 761 Bytes

Versions: 8

Compression:

Stored size: 761 Bytes

Contents

- target: localhost
  command:
    - "rm -f /var/tmp/hello_rundock_from_deploy_src_file_c_d_a_b_scenario"
    - "echo 'Hello Rundock from deploy recursive Scenario.' > /var/tmp/hello_rundock_from_deploy_src_file_c_d_a_b_scenario"
- target: anyhost-01
  command:
    - "rm -f /var/tmp/hello_rundock_from_deploy_dst_file_a_b_c_d_scenario"
  task:
    - deploy_task_1 a b
---
anyhost-01:
  host: <replaced_by_platforms_host>
  ssh_opts:
    port: <replaced_by_platforms_port>
    user: tester
    key: "<replaced_by_platforms_key>"
---
deploy_task_1:
  task:
    deploy_task_2 c d $1 $2
deploy_task_2:
  deploy:
    - src: /var/tmp/hello_rundock_from_deploy_src_file_$1_$2_$3_$4_scenario
      dst: /var/tmp/hello_rundock_from_deploy_dst_file_$3_$4_$1_$2_scenario

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rundock-1.2.1 spec/integration/scenarios/deploy_recursive_scenario.yml
rundock-1.2.0 spec/integration/scenarios/deploy_recursive_scenario.yml
rundock-1.1.7 spec/integration/scenarios/deploy_recursive_scenario.yml
rundock-1.1.6 spec/integration/scenarios/deploy_recursive_scenario.yml
rundock-1.1.5 spec/integration/scenarios/deploy_recursive_scenario.yml
rundock-1.1.4 spec/integration/scenarios/deploy_recursive_scenario.yml
rundock-1.1.3 spec/integration/scenarios/deploy_recursive_scenario.yml
rundock-1.1.2 spec/integration/scenarios/deploy_recursive_scenario.yml