Still wip
This commit is contained in:
parent
f81a8279c7
commit
652a5ab6e6
@ -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!}]
|
||||
|
@ -14,4 +14,7 @@ input:
|
||||
# value:
|
||||
name:
|
||||
schema: str
|
||||
value:
|
||||
value: a node
|
||||
location_id:
|
||||
schema: str!
|
||||
value: $uuid
|
||||
|
@ -12,3 +12,7 @@ input:
|
||||
name:
|
||||
schema: str!
|
||||
value: ssh
|
||||
location_id:
|
||||
schema: str!
|
||||
value:
|
||||
reverse: True
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user