ansible-role-elasticsearch/tasks
Julien Mailleret bc7fc40b34
fix files mode syntax
From Ansible doc (https://docs.ansible.com/ansible/latest/modules/template_module.html#template-module)
For those used to /usr/bin/chmod remember that modes are actually octal numbers. You must either add a leading zero so that Ansible's YAML parser knows it is an octal number (like 0644 or 01777) or quote it (like '644' or '1777') so Ansible receives a string and can do its own conversion from string into number.
Giving Ansible a number without following one of these rules will end up with a decimal number which will have unexpected results.
2019-11-28 07:54:25 +01:00
..
xpack Add es_license_api variable 2019-10-31 10:54:53 +00:00
compatibility-variables.yml Add option for invalid certificates 2019-10-12 00:03:47 +01:00
elasticsearch-config.yml fix files mode syntax 2019-11-28 07:54:25 +01:00
elasticsearch-Debian.yml removing duplicate stuff 2019-09-21 23:41:37 +02:00
elasticsearch-optional-user.yml Merge branch 'master' into become-yes 2017-09-19 14:22:02 -06:00
elasticsearch-parameters.yml Add SSL keystore and truststore 2019-10-11 16:09:05 +01:00
elasticsearch-plugins.yml use default permissions from official package for plugin directory 2019-09-18 10:53:43 +02:00
elasticsearch-RedHat-version-lock.yml Remove ES version lock on RedHat when es_version_hold: false 2019-09-06 11:09:24 +02:00
elasticsearch-RedHat.yml replace hardcoded /etc/elasticsearch dir by the good variable 2019-09-18 10:04:50 +02:00
elasticsearch-ssl.yml fix files mode syntax 2019-11-28 07:54:25 +01:00
elasticsearch-template.yml fix files mode syntax 2019-11-28 07:54:25 +01:00
elasticsearch.yml Set userid and groupid between ElasticSearch removal and installation 2019-06-28 14:15:03 +02:00
java.yml make playbook (tested for debians) compatible with the mode 2019-02-28 14:33:53 +01:00
main.yml Add configurable native realm sleep 2019-10-25 10:10:42 +01:00
snapshot-release.yml add a few more 'check_mode:no' props for compatiblity with --check mode of ansible 2019-03-14 09:24:06 +01:00