On EL, enable httpd_setrlimit.

This commit is contained in:
Andrea Dell'Amico 2020-08-03 15:16:10 +02:00
parent 69ec1e9dde
commit 603518e5bd
1 changed files with 6 additions and 0 deletions

View File

@ -10,5 +10,11 @@
persistent: yes
when: letsencrypt_acme_install is defined and letsencrypt_acme_install
- name: Give nginx the ability to set RLIMIT_NOFILE
seboolean:
name: httpd_setrlimit
state: yes
persistent: yes
when: ansible_distribution_file_variety == "RedHat"
tags: nginx