spec/integration/groups/simple_host_group.yml in rundock-0.4.16 vs spec/integration/groups/simple_host_group.yml in rundock-0.5.0
- old
+ new
@@ -1,10 +1,11 @@
-- node: localhost
+- target: localhost
command:
- "echo 'Should this message does not appear';cat /notexist"
-- node: anyhost-01
+- target: anyhost-01
---
anyhost-01:
+ target_type: host
host: 172.17.42.1
ssh_opts:
port: 22222
user: tester
key: "<replaced_by_platforms>"