From 124bc295bc9171372923b12e1e7c0150b8c60fc5 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Fri, 3 Sep 2021 16:25:50 +0200 Subject: Move to the new syntax --- roles/awstats_vhost/tasks/main.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'roles/awstats_vhost/tasks/main.yml') diff --git a/roles/awstats_vhost/tasks/main.yml b/roles/awstats_vhost/tasks/main.yml index 90d0691..8617ac5 100644 --- a/roles/awstats_vhost/tasks/main.yml +++ b/roles/awstats_vhost/tasks/main.yml @@ -1,4 +1,16 @@ --- +- include_role: + name: httpd + tasks_from: vhost + vars: + website_domain: www.example.com + document_root: /usr/share/awstats/wwwroot/ + use_letsencrypt: True + redirects: + - src: '^/$' + target: '/cgi-bin/awstats.pl' + match: True + - name: Deploy custom config for awstats template: dest: "/etc/httpd/conf.d/{{ _website_domain }}.conf.d/awstats.conf" -- cgit