Merge branch 'master' of github.com:tconstans/ansible_apache_vhost

This commit is contained in:
2021-09-23 23:25:50 +02:00
4 changed files with 33 additions and 0 deletions

View File

@@ -44,6 +44,10 @@
- "{{ apache_base_dir }}/session"
- "{{ apache_base_dir }}/wsdlcache"
- name: dns setup
include_tasks: dns.yml
when: apache_use_dns is defined
- name: generate cert
import_tasks: certbot.yml
when: apache_use_certbot