27 lines
402 B
YAML
27 lines
402 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:
|