chore: update

This commit is contained in:
Bo-Yi Wu 2020-05-24 10:53:10 +08:00
parent 6b00175bad
commit 89f7591adf
4 changed files with 19 additions and 1 deletions

View file

@ -16,6 +16,9 @@ inputs:
sync:
description: 'synchronous execution if multiple hosts'
default: false
use_insecure_cipher:
description: 'include more ciphers with use_insecure_cipher'
default: false
timeout:
description: 'timeout for ssh to host'
default: "30s"
@ -48,6 +51,9 @@ inputs:
description: 'path of ssh proxy private key'
proxy_fingerprint:
description: 'sha256 fingerprint of the proxy host public key'
proxy_use_insecure_cipher:
description: 'include more ciphers with use_insecure_cipher'
default: false
script:
description: 'execute commands'
script_stop: