solar/resources/hosts_file/meta.yaml
2015-09-16 11:49:51 +02:00

17 lines
236 B
YAML

id: hosts_file
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!}]