ansible-role-elasticsearch/defaults
joshschmitter 37e93217fe
add ansible var for ES_TMPDIR env var (#714)
Elasticsearch requires its temp directory to be mounted as executable (see executable-jna-tmpdir). However, the CIS guidelines (e.g., CIS_Red_Hat_Enterprise_Linux_7_Benchmark_v2.1.1, 1.1.5) recommend mounting /tmp with noexec. Therefore, users of this ansible role may have reason to set elasticsearch's temp dir to a non-default location.

(The elasticsearch environment variable ES_TMPDIR gets set to /tmp by default. This PR preserves this default behavior.)
2020-09-02 09:10:28 +02:00
..
main.yml add ansible var for ES_TMPDIR env var (#714) 2020-09-02 09:10:28 +02:00