2016-12-01 4 views

ответ

1

Используйте новый инструмент CLI. См https://rundeck.github.io/rundeck-cli/

Использование выглядит следующим образом

rd keys create help 
Create a new key entry. 

Usage: create options PATH 
    [--file -f value] : File path for reading the upload contents. 
    [--path -p value] : Storage path, default: keys/ 
    [--prompt -p] : (password type only) prompt on console for the password value, if -f is not specified. 
    --type -t value : Type of key to store: publicKey,privateKey,password. 

Например:

rd keys create --file id_rsa --path keys/myuser/id_rsa --type privateKey 
Смежные вопросы