Still wip

This commit is contained in:
Jedrzej Nowak 2015-09-18 15:29:51 +02:00
parent f81a8279c7
commit 652a5ab6e6
4 changed files with 16 additions and 10 deletions

View File

@ -3,14 +3,5 @@ handler: ansible
version: 1.0.0
input:
ip:
schema: str!
value:
ssh_key:
schema: str!
value:
ssh_user:
schema: str!
value:
hosts:
schema: [{name: str!, ip: str!}]

View File

@ -14,4 +14,7 @@ input:
# value:
name:
schema: str
value:
value: a node
location_id:
schema: str!
value: $uuid

View File

@ -12,3 +12,7 @@ input:
name:
schema: str!
value: ssh
location_id:
schema: str!
value:
reverse: True

View File

@ -3,3 +3,11 @@ input:
transports:
schema: [{user: str, password: str, port: int!, key: str, name: str!}]
value: []
transports_id:
schema: str!
value: $uuid
reverse: True
location_id:
schema: str!
value:
reverse: True