1b28b8f3c4
Change-Id: Ie8d8c092e64890af2f0886303ef3f16752ba5b76
23 lines
335 B
YAML
23 lines
335 B
YAML
handler: none
|
|
version: 1.0.0
|
|
actions:
|
|
input:
|
|
ip:
|
|
schema: str!
|
|
value:
|
|
# ssh_key:
|
|
# schema: str!
|
|
# value:
|
|
# ssh_user:
|
|
# schema: str!
|
|
# value:
|
|
name:
|
|
schema: str
|
|
value: a node
|
|
location_id:
|
|
schema: str!
|
|
value: $uuid
|
|
reverse: True
|
|
|
|
tags: [resources=node]
|