torrent transport resource improvements

This commit is contained in:
Jedrzej Nowak 2015-10-08 12:10:33 +02:00
parent d3cfdc1f9f
commit dae8b1a98a
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
id: transport_torrent
handler: ansible
input:
trackers:
schema: [str!]
value: []
name:
schema: str!
value: torrent

View File

@ -1,7 +1,7 @@
id: transports
input:
transports:
schema: [{user: str, password: str, port: int!, key: str, name: str!}]
schema: [{user: str, password: str, port: int!, key: str, name: str!, trackers: [str]}]
value: []
transports_id:
schema: str!