2015-09-15 10:39:39 +03:00

21 lines
292 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_names:
schema: [str!]
value: []
hosts_ips:
schema: [str!]
value: []