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