ansible-role-docker_ldapman.../tasks/configure_reverse_proxy.yml

12 lines
252 B
YAML
Raw Normal View History

2022-05-01 14:36:45 +02:00
- name: prepare reverse_proxy
template:
src: "{{ item }}"
dest: /etc/apache2/vhosts.d/{{ docker_ldapmanager_fqdn }}/
with_items:
- 0_vhost.conf
- 1_vhost_additional.conf
- 2_mds_exclusion.conf
notify: reverse-proxy-reload