diff options
| author | Kumar Damani <me@kumardamani.net> | 2022-09-12 22:52:19 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2022-09-12 22:52:19 +0000 |
| commit | 6c8156a62ee472e5ecefdc1bc3f97b4dd8a72b68 (patch) | |
| tree | 29a7dd97a09f75d758bcd9513f053003394349e3 /group_vars/all/vars.yaml | |
| parent | 0a5f8b89f7e7316e79061b156e5a716ec350fc3b (diff) | |
website updateswebsites
Diffstat (limited to 'group_vars/all/vars.yaml')
| -rw-r--r-- | group_vars/all/vars.yaml | 3 |
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' |
