diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-05-01 00:27:42 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-05-01 00:27:42 -0700 |
commit | 2b9ff3c22f81a8d846bbc52aaa6f6524fec3bf77 (patch) | |
tree | 17155b8b7c970d2fdd4b8ea87646a07a9d27ee59 /create.py | |
parent | d357056752382ffe4ae866304d3573c361dbe21a (diff) | |
download | infra-2b9ff3c22f81a8d846bbc52aaa6f6524fec3bf77.tar.gz infra-2b9ff3c22f81a8d846bbc52aaa6f6524fec3bf77.zip |
initial src stuff
Diffstat (limited to 'create.py')
-rwxr-xr-x | create.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ class Config: ANSIBLE_PLAYBOOKS = Path("playbooks/") ANSIBLE_ROLES = ANSIBLE_PLAYBOOKS / Path("roles/") GROUP_VARS = Path("group_vars/") - NGINX_SITES_ENABLED = ANSIBLE_ROLES / Path("outbound/templates/proxy/sites-enabled") + NGINX_SITES_ENABLED = ANSIBLE_ROLES / Path("outbound/templates/proxy/nginx/conf.d") INTERNAL_LOADBALANCER_HOST = "floating.home.arpa" EXTERNAL_LOADBALANCER_HOST = "outbound.liz.coffee" |