1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update install.yml

This commit is contained in:
A Holt 2018-10-31 04:59:36 -04:00 committed by GitHub
parent 48633f2db5
commit 83502e84f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
- name: Install packages {awstats, pwauth, openssl}
- name: 'Install 3 packages: awstats, openssl, pwauth'
package:
name:
- awstats
@ -8,7 +8,7 @@
tags:
- download
- name: Install packages libapache2-mod-authnz-external and apache2-utils (debuntu)
- name: 'Install 2 packages: apache2-utils, libapache2-mod-authnz-external (debuntu)'
package:
name:
- libapache2-mod-authnz-external
@ -22,7 +22,7 @@
command: a2enmod cgi
when: is_debuntu
- name: Create directory for AWStats to use as intermediate summary storage
- name: 'Mandate {{ apache_user }}:{{ apache_user }} perm 0750 dirs: {{ awstats_data_dir }} (intermediate summary storage) & {{ apache_log_dir }}' # /library/awstats & /var/log/apache2 typically
file:
path: "{{ item }}"
mode: 0750