mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
roles/httpd/tasks/main.yml comments cleanup
This commit is contained in:
parent
1469ad24c4
commit
b5bccb9d71
1 changed files with 2 additions and 8 deletions
|
@ -23,18 +23,12 @@
|
|||
tags:
|
||||
- download
|
||||
|
||||
# 2019-05-30: Irrelevant (never invoked)
|
||||
#- name: Install php{{ php_version }}-sqlite (raspbian-8 or debian-8)
|
||||
# package:
|
||||
# name: "php{{ php_version }}-sqlite"
|
||||
# when: is_raspbian_8 or is_debian_8
|
||||
# #when: is_debian and ansible_distribution_major_version == "8"
|
||||
|
||||
# 2019-05-30: It's interesting that http://box.lan/admin and everything seems
|
||||
# to work even without php{{ php_version }}-sqlite3 as confirmed on Ubuntu
|
||||
# 16.04 (SEE PR #1697). And likely all others? @tim-moody writes "I think
|
||||
# we decided that because sqlite3 and php are part of the base install the
|
||||
# connector should be too."
|
||||
#
|
||||
# We might *try* deprecating this here as we transition beyond {raspbian-9,
|
||||
# debian-9, ubuntu-18} in coming months to verify that roles/osm-vector-maps
|
||||
# is the only role that needs it?
|
||||
|
@ -76,7 +70,7 @@
|
|||
|
||||
# For schools that use WordPress/Nextcloud/Moodle intensively. iiab/iiab#1147
|
||||
# WARNING: Enabling this might cause excess use of RAM/disk or other resources!
|
||||
- name: Enact high limits in /etc/php/{{ php_version }}/{{ apache_service }}/php.ini if using WordPress and/or Moodle intensively
|
||||
- name: Enact high limits in /etc/php/{{ php_version }}/{{ apache_service }}/php.ini if using WordPress/Nextcloud/Moodle intensively
|
||||
lineinfile:
|
||||
path: "/etc/php/{{ php_version }}/{{ apache_service }}/php.ini"
|
||||
regexp: "{{ item.regexp }}"
|
||||
|
|
Loading…
Reference in a new issue