type ssh key

This commit is contained in:
gwen 2026-02-11 11:58:32 +01:00
parent 17b7f79893
commit 5a094f31e5

View file

@ -11,12 +11,18 @@ vps: # vps target server system variables
ssh_key: ssh_key:
description: vps ssh private 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: examples:
- ./sshkeys/myssh_privatekey - ./sshkeys/myssh_privatekey
type: unix_filename type: unix_filename
mandatory: false
params: params:
types: types:
- file - file
test_existence: true
allow_relative: true
nginx: nginx:
description: pedagogic html static file server description: pedagogic html static file server