aboutsummaryrefslogtreecommitdiff
path: root/group_vars/all/vars.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'group_vars/all/vars.yaml')
-rw-r--r--group_vars/all/vars.yaml3
1 files changed, 3 insertions, 0 deletions
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'