From 417211ae04747d452d1504963ff41125a3c9786e Mon Sep 17 00:00:00 2001 From: gwen Date: Tue, 10 Feb 2026 10:59:30 +0100 Subject: [PATCH] vps_domain --- structure.yml | 7 ++++++- userdata.yml | 2 ++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/structure.yml b/structure.yml index 5b8f870..80ecc3d 100644 --- a/structure.yml +++ b/structure.yml @@ -2,6 +2,11 @@ --- version: 1.1 +vps_domain_name: + description: The domain name of the VPS + examples: + - example.fr + nginx: description: pedagogic html static file server help: |- @@ -23,7 +28,7 @@ nginx: domain_name: description: domain name examples: - - exemple.fr + - example.fr type: domainname email: diff --git a/userdata.yml b/userdata.yml index 63bff65..9eeb1e3 100644 --- a/userdata.yml +++ b/userdata.yml @@ -1,5 +1,7 @@ --- +vps_domain_name: tutu.fr + nginx: domain_name: tototiti.fr