diff options
author | Michael Scherer <misc@redhat.com> | 2021-04-21 17:03:38 +0200 |
---|---|---|
committer | Michael Scherer <misc@redhat.com> | 2021-04-21 17:03:38 +0200 |
commit | 978a6c928cd0b6d420dcf15e349776c8bfc65ebc (patch) | |
tree | 1f5770565875126d3bd17afc7c46bb0ad9c2e899 /playbooks | |
parent | f7c1a22758671df53783b46549784c9f562910bf (diff) |
Add awstats logs
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/osci.theopensourceway.org.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/playbooks/osci.theopensourceway.org.yml b/playbooks/osci.theopensourceway.org.yml index a4eb71b..f87f77b 100644 --- a/playbooks/osci.theopensourceway.org.yml +++ b/playbooks/osci.theopensourceway.org.yml @@ -27,6 +27,13 @@ - role: old_wiki old_wiki_dir: /var/www/old_server/wiki/ website_domain: www.theopensourceway.org + + - role: awstats + vhosts: + - www.theopensourceway.org + - role: awstats_vhost + website_domain: stats.theopensourceway.org + - deploy_website # - role: mailman_lists |