ansible-role-docker_kanboard/tasks/configure_reverse_proxy.yml

12 lines
249 B
YAML
Raw Normal View History

2022-04-30 13:01:01 +02:00
- name: prepare reverse_proxy
template:
src: "{{ item }}"
dest: /etc/apache2/vhosts.d/{{ docker_kanboard_fqdn }}/
with_items:
- 0_vhost.conf
- 1_vhost_additional.conf
- 2_mds_exclusion.conf
notify: reverse-proxy-reload