spec/integration/scenarios/simple_plugin_scenario.yml in rundock-1.0.5 vs spec/integration/scenarios/simple_plugin_scenario.yml in rundock-1.0.6
- old
+ new
@@ -1,14 +1,14 @@
- target: anyhost-01
task:
- write_echo
---
anyhost-01:
- host: 172.17.42.1
+ host: <replaced_by_platforms_host>
ssh_opts:
- port: 22222
+ port: <replaced_by_platforms_port>
user: tester
- key: "<replaced_by_platforms>"
+ key: "<replaced_by_platforms_key>"
---
write_echo:
sample_operation:
- cmd: "echo 'Hello Rundock from SampleOperationPlugin Scenario.' > /var/tmp/hello_rundock_from_sample_operation_scenario"