Sha256: 8a5773d565235e17aeddbc93d46ecb42b792d8627f29fa17119234f5d82e4194

Contents?: true

Size: 991 Bytes

Versions: 10

Compression:

Stored size: 991 Bytes

Contents

- target_group: target_group_01
  command:
    - "rm -f /var/tmp/hello_rundock_from_target_group_1_scenario"
  task: write_echo_01
- target_group: target_group_02
  command:
    - "rm -f /var/tmp/hello_rundock_from_target_group_2_scenario"
  task: write_echo_02
---
target_group_01:
  target_type: group
  targets:
    - anyhost-01
    - anyhost-02
target_group_02:
  target_type: group
  targets:
    - anyhost-01
    - anyhost-02
anyhost-01:
  target_type: host
  host: 172.17.42.1
  ssh_opts:
    port: 22222
    user: tester
    key: "<replaced_by_platforms>"
anyhost-02:
  target_type: host
  host: "172.17.42.1"
  ssh_opts:
    port: 22222
    user: tester
    keys: ["<replaced_by_platforms>"]
---
write_echo_01:
  command:
    - "echo 'Hello Rundock from target group 1 Scenario.' | tee /var/tmp/hello_rundock_from_target_group_1_scenario"
write_echo_02:
  command:
    - "echo 'Hello Rundock from target group 2 Scenario.' | tee /var/tmp/hello_rundock_from_target_group_2_scenario"

Version data entries

10 entries across 10 versions & 1 rubygems

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