mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
httpd roles can be optional, move php -curl, -sqlite3 to common location in mysql with other php packages
This commit is contained in:
parent
1957993435
commit
e29ad5b142
2 changed files with 10 additions and 8 deletions
|
@ -12,12 +12,14 @@
|
|||
- 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
|
||||
- php{{ php_version }}-xml # Was below
|
||||
- php{{ php_version }}-xmlrpc
|
||||
state: present
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue