mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Try moving install of 10 php packages to www_base/tasks/main.yml
This commit is contained in:
parent
0c54429381
commit
987be7398c
1 changed files with 3 additions and 13 deletions
|
@ -5,26 +5,16 @@
|
|||
# - 7 DB config
|
||||
# - 2 record as installed
|
||||
|
||||
- name: 'Install MySQL packages: mariadb-server, mariadb-client, and ~10 php packages (debuntu)'
|
||||
- name: 'Install MySQL packages: mariadb-server, mariadb-client (debuntu)'
|
||||
package:
|
||||
name:
|
||||
- mariadb-server
|
||||
- mariadb-client
|
||||
# - php{{ php_version }} # On Ubuntu 20.04 (and prob other OS's) this forces the install of: apache2 apache2-bin apache2-data apache2-utils libapache2-mod-php{{ php_version }} ETC
|
||||
- php{{ php_version }}-common # 2020-05-21: @jvonau suggests this to avoid Apache above. Or its superset php{{ php_version }}-cli if absolutely nec?
|
||||
- php{{ php_version }}-curl
|
||||
- php{{ php_version }}-mysql
|
||||
- php-pear
|
||||
- php{{ php_version }}-gd
|
||||
- php{{ php_version }}-imap
|
||||
- php{{ php_version }}-ldap
|
||||
- php{{ php_version }}-odbc
|
||||
# - php{{ php_version }}-sqlite3 # 2020-07-10: Experimentally install this within roles/osm-vector-maps/tasks/install.yml only, as part of OSM fix PR #2464 for #2461.
|
||||
- php{{ php_version }}-xml # Was below
|
||||
- php{{ php_version }}-xmlrpc
|
||||
state: present
|
||||
when: is_debuntu | bool
|
||||
|
||||
# 2020-07-11: ~10 PHP package installs moved to roles/www_base/tasks/main.yml
|
||||
|
||||
# - name: "Install packages: mysql, MySQL-python and 9 php packages (OS's other than debuntu)"
|
||||
# package:
|
||||
# name:
|
||||
|
|
Loading…
Reference in a new issue