type ssh key
This commit is contained in:
parent
17b7f79893
commit
5a094f31e5
1 changed files with 6 additions and 0 deletions
|
|
@ -11,12 +11,18 @@ vps: # vps target server system variables
|
|||
|
||||
ssh_key:
|
||||
description: vps ssh private key
|
||||
help: |-
|
||||
- The ssh key path must be accessible (the file must be present)
|
||||
- It is possible not to declare (if the ssh key is your default key)
|
||||
examples:
|
||||
- ./sshkeys/myssh_privatekey
|
||||
type: unix_filename
|
||||
mandatory: false
|
||||
params:
|
||||
types:
|
||||
- file
|
||||
test_existence: true
|
||||
allow_relative: true
|
||||
|
||||
nginx:
|
||||
description: pedagogic html static file server
|
||||
|
|
|
|||
Loading…
Reference in a new issue