We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84e0013 commit bc627d3Copy full SHA for bc627d3
1 file changed
ansible_yaml/a11yvillage-be-playbook.yml
@@ -11,7 +11,7 @@
11
webroot_path: '/var/www/html' # the root path of your site
12
certbot_source_directory: /usr/local/certbot-src
13
certbot_executable_path: "{{ certbot_source_directory }}/venv/bin/certbot"
14
- domain: api.a11yvillage.coseeing.org
+ domain: "{{ deploy_domain }}"
15
traefik_certresolver: a11yvillage-api
16
traefik_router_prefix: a11yvillage-api-service--
17
email: tsengwoody@coseeing.org
@@ -241,4 +241,4 @@
241
- name: Show traefik_result Detail info
242
debug:
243
var: traefik_result
244
- when: traefik_write_result.changed
+ when: traefik_write_result.changed
0 commit comments