roles/elasticsearch: add linting exception to lineinfile module to avoid changing permissions of global /etc/security/limits.conf
This commit is contained in:
parent
bc9b5b5849
commit
17e4e687a4
@ -83,7 +83,7 @@
|
|||||||
tags: configure
|
tags: configure
|
||||||
|
|
||||||
- name: Trusty | set MAX_LOCKED_MEMORY=unlimited in Elasticsearch in /etc/security/limits.conf
|
- name: Trusty | set MAX_LOCKED_MEMORY=unlimited in Elasticsearch in /etc/security/limits.conf
|
||||||
lineinfile:
|
lineinfile: # noqa 208
|
||||||
path: /etc/security/limits.conf
|
path: /etc/security/limits.conf
|
||||||
line: elasticsearch - memlock unlimited
|
line: elasticsearch - memlock unlimited
|
||||||
create: yes
|
create: yes
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user