This commit is contained in:
gwen 2026-02-11 11:44:19 +01:00
parent 231b3679b6
commit 17b7f79893
2 changed files with 4 additions and 4 deletions

View file

@ -16,10 +16,6 @@ hostnames:
ansible_python_interpreter: /usr/bin/python3 ansible_python_interpreter: /usr/bin/python3
ansible_user: root ansible_user: root
ansible_ssh_private_key_file: ansible_ssh_private_key_file:
type: unix_filename
params:
types:
- file
default: default:
- variable: intranet.vps.ssh_key - variable: intranet.vps.ssh_key
... ...

View file

@ -13,6 +13,10 @@ vps: # vps target server system variables
description: vps ssh private key description: vps ssh private key
examples: examples:
- ./sshkeys/myssh_privatekey - ./sshkeys/myssh_privatekey
type: unix_filename
params:
types:
- file
nginx: nginx:
description: pedagogic html static file server description: pedagogic html static file server