34 lines
488 B
YAML
34 lines
488 B
YAML
handler: shell
|
|
version: 1.0.0
|
|
|
|
actions:
|
|
provision: provision.sh
|
|
run: run.sh
|
|
reboot: reboot.sh
|
|
|
|
input:
|
|
ip:
|
|
schema: str!
|
|
value:
|
|
master_key:
|
|
schema: str!
|
|
value:
|
|
admin_mac:
|
|
schema: str!
|
|
value:
|
|
repos:
|
|
schema: list!
|
|
value: []
|
|
name:
|
|
schema: str
|
|
value: a node
|
|
location_id:
|
|
schema: str!
|
|
value: $uuid
|
|
reverse: True
|
|
partitioning:
|
|
schema: dict!
|
|
value:
|
|
|
|
tags: [resources=node]
|