mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Cleanup of PHP 7.x & 8.0 dependencies
This commit is contained in:
parent
1493005d63
commit
468836d51e
14 changed files with 102 additions and 77 deletions
|
|
@ -4,9 +4,9 @@
|
|||
|
||||
This 3rd stage installs base server infra that Internet-in-a-Box requires, including:
|
||||
|
||||
- the web server (Apache for now, possibly NGINX in future)
|
||||
- administrator security (username iiab-admin by default)
|
||||
- MySQL (the database underlying many/most user-facing apps)
|
||||
- NGINX web server (with Apache in some lingering cases)
|
||||
- *PHP core packages are installed by the above 2 roles e.g. ``php{{ php_version }}-common``, ``php{{ php_version }}-cli``, ``php{{ php_version }}-fpm``, ``php{{ php_version }}-mysql``*
|
||||
|
||||
4-server-options follows with more diverse/optional server infra functionality.
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
- name: ...IS BEGINNING =====================================
|
||||
command: echo
|
||||
|
||||
- name: MYSQL
|
||||
- name: MYSQL + PHP CORE
|
||||
include_role:
|
||||
name: mysql
|
||||
#when: mysql_install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue