mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-08 11:17:17 +02:00
9 lines
322 B
YAML
9 lines
322 B
YAML
- name: "include task receive certbot certificate"
|
|
include_role:
|
|
name: sys-svc-certs
|
|
|
|
- name: "Deploying NGINX redirect configuration for '{{ domain }}'"
|
|
template:
|
|
src: redirect.domain.nginx.conf.j2
|
|
dest: "{{ [ NGINX.DIRECTORIES.HTTP.SERVERS, domain ~ '.conf'] | path_join }}"
|
|
notify: restart openresty |