Sha256: f6637fecbee9be68923ba375a0ed0770dd2fad6318a5a6b9f5b275b4a2a765bc

Contents?: true

Size: 1.05 KB

Versions: 13

Compression:

Stored size: 1.05 KB

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: <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>"]
---
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

13 entries across 13 versions & 1 rubygems

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