mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
www_options/tasks/set-php-limits.yml run on demand (by 5 roles)
This commit is contained in:
parent
7882dcb7f8
commit
81004687c8
12 changed files with 216 additions and 86 deletions
|
@ -11,6 +11,12 @@
|
|||
# and security enhancements using timestamps under /library/wordpress, as these
|
||||
# can arise without warning when WordPress is online, since WordPress ~4.8
|
||||
|
||||
|
||||
- name: "Run roles/www_options/tasks/set-php-limits.yml with 'nginx_high_php_limits: False' by default"
|
||||
include_tasks: roles/www_options/tasks/set-php-limits.yml
|
||||
when: set_php_limits is undefined
|
||||
|
||||
|
||||
# 2021-06-29: PHP modules, covering "RECOMMENDED" and "OPTIONAL" sections here:
|
||||
# https://make.wordpress.org/hosting/handbook/server-environment/
|
||||
- name: Install libsodium23 + 8 PHP packages (run 'php -m' or 'php -i' to verify)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue