solar/resources/ssh_key/meta.yaml
Dmitry Shulyak e879c07d4b Address comments to lxc branch and fix several bugs with example-lxc.py
- C.HOST_KEY_CHECKING = False for ansible_playbook.py handler
- mkdir -p {{keys_dir}} added to ssh_key resource run action
2015-09-03 14:39:07 +03:00

27 lines
390 B
YAML

id: ssh_key
handler: ansible_playbook
version: 1.0.0
actions:
input:
ip:
schema: str!
value:
ssh_key:
schema: str!
value:
ssh_user:
schema: str!
value:
keys_dir:
schema: str!
value:
private_key:
schema: str!
value:
public_key:
schema: str!
value:
passphrase:
schema: str
value: