Skip to content

Commit bc627d3

Browse files
authored
Parameterize domain in playbook
1 parent 84e0013 commit bc627d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ansible_yaml/a11yvillage-be-playbook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
webroot_path: '/var/www/html' # the root path of your site
1212
certbot_source_directory: /usr/local/certbot-src
1313
certbot_executable_path: "{{ certbot_source_directory }}/venv/bin/certbot"
14-
domain: api.a11yvillage.coseeing.org
14+
domain: "{{ deploy_domain }}"
1515
traefik_certresolver: a11yvillage-api
1616
traefik_router_prefix: a11yvillage-api-service--
1717
email: tsengwoody@coseeing.org
@@ -241,4 +241,4 @@
241241
- name: Show traefik_result Detail info
242242
debug:
243243
var: traefik_result
244-
when: traefik_write_result.changed
244+
when: traefik_write_result.changed

0 commit comments

Comments
 (0)