ansibleguy.infra_certs/templates/etc/apache2/sites-enabled/le_dummy.conf.j2

10 lines
302 B
Django/Jinja

# {{ ansible_managed }}
# oxlorg.certs - dummy site used for letsencrypt certbot
<VirtualHost *:80>
ServerName dummy.letsencrypt.localhost
ServerAdmin webmaster@localhost
ErrorLog {{ APACHE_CONFIG.log.path }}/error.log
CustomLog {{ APACHE_CONFIG.log.path }}/access.log combined
</VirtualHost>