mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-30 02:58:38 +02:00
9 lines
289 B
YAML
9 lines
289 B
YAML
- name: "include task receive certbot certificate"
|
|
include_role:
|
|
name: nginx-https-get-cert
|
|
|
|
- name: configure nginx redirect configurations
|
|
template:
|
|
src: redirect.domain.nginx.conf.j2
|
|
dest: "{{ nginx.directories.http.servers }}{{ domain }}.conf"
|
|
notify: restart nginx |