mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
AWStats: Further clarify Apache vs. NGINX package deps
This commit is contained in:
parent
d9e3f298ed
commit
5ca2179b97
1 changed files with 7 additions and 7 deletions
|
@ -1,21 +1,21 @@
|
||||||
# TO DO:
|
# TO DO:
|
||||||
#
|
#
|
||||||
# - Prepare for a possible future w/o Apache by verifying/refining below...
|
# Prepare for a possible future w/o Apache by verifying/refining below...
|
||||||
# - 5 'when: apache_installed is defined'
|
# - 5 'when: apache_installed is defined' (2021-05-21: COMMENT OUT THESE STANZAS SOON!?)
|
||||||
# - 1 'when: nginx_install'
|
# - 1 'when: nginx_install'
|
||||||
# - 8 core stanzas w/o such 'when:' clauses
|
# - 8 core stanzas w/o such 'when:' clauses
|
||||||
|
|
||||||
- name: 'Install package: awstats'
|
- name: 'Install package: awstats'
|
||||||
package:
|
package:
|
||||||
name: awstats
|
name: awstats
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: 'Install 3 packages: pwauth, apache2-utils, openssl'
|
- name: 'Install package: pwauth'
|
||||||
package:
|
package:
|
||||||
name:
|
name:
|
||||||
- pwauth # Auto-installs apache2-bin and libapache2-mod-authnz-external
|
- pwauth # Auto-installs apache2-bin and libapache2-mod-authnz-external
|
||||||
- apache2-utils # Possibly not nec, due to above?
|
#- apache2-utils # Unneeded? (In any case, already installed by Apache itself.)
|
||||||
- openssl # Does NGINX need this too?
|
#- openssl # Unneeded? (In any case, already installed by most every Linux distro.)
|
||||||
state: present
|
state: present
|
||||||
when: apache_installed is defined
|
when: apache_installed is defined
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue