Sha256: 4f4540d7c5d6e8a08a808a1102a3f81b9615f19e1bf2bb37ba80dac259fb5e1a

Contents?: true

Size: 782 Bytes

Versions: 23

Compression:

Stored size: 782 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:
  host: localhost
anyhost-02:
  host: 127.0.0.1
---
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

23 entries across 23 versions & 1 rubygems

Version Path
rundock-1.2.1 spec/integration/platforms/localhost/scenarios/target_group_scenario.yml
rundock-1.2.0 spec/integration/platforms/localhost/scenarios/target_group_scenario.yml
rundock-1.1.7 spec/integration/platforms/localhost/scenarios/target_group_scenario.yml
rundock-1.1.6 spec/integration/platforms/localhost/scenarios/target_group_scenario.yml
rundock-1.1.5 spec/integration/platforms/localhost/scenarios/target_group_scenario.yml
rundock-1.1.4 spec/integration/platforms/localhost/scenarios/target_group_scenario.yml
rundock-1.1.3 spec/integration/platforms/localhost/scenarios/target_group_scenario.yml
rundock-1.1.2 spec/integration/platforms/localhost/scenarios/target_group_scenario.yml
rundock-1.1.1 spec/integration/platforms/localhost/scenarios/target_group_scenario.yml
rundock-1.1.0 spec/integration/platforms/localhost/scenarios/target_group_scenario.yml
rundock-1.0.8 spec/integration/platforms/localhost/scenarios/target_group_scenario.yml
rundock-1.0.7 spec/integration/platforms/localhost/scenarios/target_group_scenario.yml
rundock-1.0.6 spec/integration/platforms/localhost/scenarios/target_group_scenario.yml
rundock-1.0.5 spec/integration/platforms/localhost/scenarios/target_group_scenario.yml
rundock-1.0.4 spec/integration/platforms/localhost/scenarios/target_group_scenario.yml
rundock-1.0.2 spec/integration/platforms/localhost/scenarios/target_group_scenario.yml
rundock-1.0.1 spec/integration/platforms/localhost/scenarios/target_group_scenario.yml
rundock-1.0.0 spec/integration/platforms/localhost/scenarios/target_group_scenario.yml
rundock-0.5.8 spec/integration/platforms/localhost/scenarios/target_group_scenario.yml
rundock-0.5.7 spec/integration/platforms/localhost/scenarios/target_group_scenario.yml