Sha256: dae48e10618a05fdd325178db524d771954640f6fecacc87f551bd4ba44f324b

Contents?: true

Size: 891 Bytes

Versions: 10

Compression:

Stored size: 891 Bytes

Contents

- target: localhost
  command:
    - "rm -f /var/tmp/hello_rundock_from_deploy_erb_src_file_scenario"
    - "echo 'Hello Rundock from deploy erb <%= erb_val_1 %> Scenario.' > /var/tmp/hello_rundock_from_deploy_erb_src_file_scenario"
    - "echo '<%= erb_val_2 %>' >> /var/tmp/hello_rundock_from_deploy_erb_src_file_scenario"
- target: anyhost-01
  task:
    - deploy_task
---
anyhost-01:
  host: 172.17.42.1
  ssh_opts:
    port: 22222
    user: tester
    key: "<replaced_by_platforms>"
---
deploy_task:
  command:
    - "rm -f /var/tmp/hello_rundock_from_deploy_erb_dst_file_scenario"
  deploy:
    - src: /var/tmp/hello_rundock_from_deploy_erb_src_file_scenario
      dst: /var/tmp/hello_rundock_from_deploy_erb_dst_file_scenario
      erb: true
      binding:
        erb_val_1:
          type: command
          value: "echo 'runrunrundock'"
        erb_val_2:
          value: 'uname'

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
rundock-1.0.5 spec/integration/scenarios/deploy_erb_scenario.yml
rundock-1.0.4 spec/integration/scenarios/deploy_erb_scenario.yml
rundock-1.0.2 spec/integration/scenarios/deploy_erb_scenario.yml
rundock-1.0.1 spec/integration/scenarios/deploy_erb_scenario.yml
rundock-1.0.0 spec/integration/scenarios/deploy_erb_scenario.yml
rundock-0.5.8 spec/integration/scenarios/deploy_erb_scenario.yml
rundock-0.5.7 spec/integration/scenarios/deploy_erb_scenario.yml
rundock-0.5.4 spec/integration/scenarios/deploy_erb_scenario.yml
rundock-0.5.3 spec/integration/scenarios/deploy_erb_scenario.yml
rundock-0.5.2 spec/integration/scenarios/deploy_erb_scenario.yml