Jedrzej Nowak dc2c79bac4 Fixed problem with transports connected to another transports
- When transports_id value is False no magic mappings
- Added is_own to location_id, when set to False location_id is not mapped
2015-09-30 10:23:26 +02:00

23 lines
317 B
YAML

id: transport_ssh
input:
ssh_key:
schema: str!
value:
ssh_user:
schema: str!
value:
ssh_port:
schema: int!
value: 22
name:
schema: str!
value: ssh
location_id:
schema: str!
value:
reverse: True
is_own: False
transports_id:
schema: str!
value: False