mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Allow post-install toggling of nginx_high_php_limits
This commit is contained in:
parent
a4b8f74fe2
commit
6f06bfacd0
6 changed files with 11 additions and 6 deletions
|
|
@ -51,7 +51,12 @@
|
|||
when: lxde_pi_autostart_present.stat.exists and chromium_present.stat.exists
|
||||
|
||||
|
||||
# 2022-12-29: set-php-limits.yml run on demand (by roles that need it)
|
||||
# 2022-12-29: set-php-limits.yml is ALSO attempted (on demand) by every
|
||||
# <ROLE>/tasks/install.yml that needs it (Matomo, Moodle, Nextcloud, PBX,
|
||||
# WordPress) so './runrole <ROLE>' and similar are fully self-sufficient!
|
||||
- name: "Run set-php-limits.yml -- allows post-install toggling of nginx_high_php_limits in /etc/iiab/local_vars.yml -- if you run './runrole www_options'"
|
||||
include_tasks: set-php-limits.yml
|
||||
when: matomo_install or moodle_install or nextcloud_install or pbx_install or wordpress_install
|
||||
|
||||
|
||||
# 'Is a "Rapid Power Off" button possible for low-electricity environments?'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue