From 6c8156a62ee472e5ecefdc1bc3f97b4dd8a72b68 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Mon, 12 Sep 2022 18:52:19 -0400 Subject: website updates --- group_vars/all/vars.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'group_vars/all') diff --git a/group_vars/all/vars.yaml b/group_vars/all/vars.yaml index 4daa21d..12fd063 100644 --- a/group_vars/all/vars.yaml +++ b/group_vars/all/vars.yaml @@ -60,10 +60,13 @@ apps_conf_map: # Only include when applicable. # git_version: the git branch to use for the pull. # Only include when applicable. +# html_root: the path to where the html base dir is. +# NOTE: Must end with / nginx_websites: - name: 'kumardamani.net' git_url: 'https://{{ (git_user|default(None)) | urlencode() }}:{{ (git_pass|default(None)) | urlencode() }}@gitlab.com/kdam0/kumardamani.net.git' # noqa yaml git_version: 'main' + html_root: 'public/' - name: 'amayastuff.com' vpn_domain: 'kdvpn.crabdance.com' -- cgit v1.2.3