mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
elgg/tasks/install.yml needs pkg libapache2-mod-php{{ php_version }}
This commit is contained in:
parent
2bc25d3c84
commit
92af3485ec
3 changed files with 8 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
||||||
name: mysql
|
name: mysql
|
||||||
when: mysql_install | bool
|
when: mysql_install | bool
|
||||||
|
|
||||||
# 2020-05-20: Apache role 'httpd' is installed as nec by any of these 6 roles:
|
# 2020-05-21: Apache role 'httpd' is installed as nec by any of these 6 roles:
|
||||||
# cups, elgg, lokole, moodle, nodered, phpmyadmin.
|
# cups, elgg, lokole, moodle, nodered, phpmyadmin.
|
||||||
#
|
#
|
||||||
# These 14 roles conditionally touch Apache .conf files etc: awstats,
|
# These 14 roles conditionally touch Apache .conf files etc: awstats,
|
||||||
|
|
|
@ -7,6 +7,11 @@
|
||||||
include_role:
|
include_role:
|
||||||
name: httpd
|
name: httpd
|
||||||
|
|
||||||
|
# 2020-05-21: Required now that mysql/tasks/install.yml installs
|
||||||
|
# "php{{ php_version }}-common" rather than the full "php{{ php_version }}"
|
||||||
|
- name: "Install package: libapache2-mod-php{{ php_version }}"
|
||||||
|
package:
|
||||||
|
name: "libapache2-mod-php{{ php_version }}"
|
||||||
|
|
||||||
# Assume (enforce?) MySQL is running
|
# Assume (enforce?) MySQL is running
|
||||||
#
|
#
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
2. Without PHP available via FastCGI, any function at all for PHP-based applications validates NGINX.
|
2. Without PHP available via FastCGI, any function at all for PHP-based applications validates NGINX.
|
||||||
|
|
||||||
3. Current state of IIAB App/Service migrations as of 2020-05-20:
|
3. Current state of IIAB App/Service migrations as of 2020-05-21:
|
||||||
|
|
||||||
1. These support "Native" NGINX but ***NOT*** Apache
|
1. These support "Native" NGINX but ***NOT*** Apache
|
||||||
* Admin Console
|
* Admin Console
|
||||||
|
@ -49,4 +49,4 @@
|
||||||
* phpmyadmin [*, requires Apache for now, as in Section 3.]
|
* phpmyadmin [*, requires Apache for now, as in Section 3.]
|
||||||
* transmission [*]
|
* transmission [*]
|
||||||
|
|
||||||
[*] The 6 above starred roles could use improvement, as of 2020-05-20.
|
[*] The 6 above starred roles could use improvement, as of 2020-05-21.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue