structure

This commit is contained in:
gwen 2026-02-11 11:22:48 +01:00
parent 941b0a9d9c
commit 91f31700cb
2 changed files with 16 additions and 6 deletions

View file

@ -2,10 +2,18 @@
--- ---
version: 1.1 version: 1.1
vps_domain_name: vps:
description: The domain name of the VPS description: vps target server system variables
examples:
- example.fr domain_name:
description: The domain name of the VPS
examples:
- example.fr
ssh_key:
description: vps ssh private key
examples:
- ./sshkeys/myssh_privatekey
nginx: nginx:
description: pedagogic html static file server description: pedagogic html static file server
@ -36,7 +44,7 @@ nginx:
- example.fr - example.fr
type: domainname type: domainname
default: default:
variable: __.vps_domain_name variable: __.vps.domain_name
email: email:
description: email for the domain name description: email for the domain name

View file

@ -1,6 +1,8 @@
--- ---
vps_domain_name: tutu.fr vps:
domain_name: tutu.fr
ssh_key: ./host_vars/forge.gwhirlingai.fr.key
nginx: nginx: