ansible-role-elasticsearch/tasks
Julien Mailleret 5b1d028bd2
fix ''dict object has no attribute dict_keys" issue with python3 (#578)
In Python2, the dict.keys(), dict.values(), and dict.items() methods returns a list. Jinja2 returns that to Ansible via a string representation that Ansible can turn back into a list. In Python3, those methods return a dictionary view object.
resource: https://docs.ansible.com/ansible/2.4/playbooks_python_version.html#dictionary-views
2019-06-07 15:54:10 +02:00
..
xpack fix ''dict object has no attribute dict_keys" issue with python3 (#578) 2019-06-07 15:54:10 +02:00
compatibility-variables.yml [7.x] add support for elasticsearch 7.x and remove support for 5.x (#558) 2019-05-09 09:06:02 +02:00
elasticsearch-config.yml Remove multi instances support (#566) 2019-06-03 14:18:09 +02:00
elasticsearch-Debian-version-lock.yml Use dpkg_selections to lock elasticsearch version 2019-01-24 15:30:49 +01:00
elasticsearch-Debian.yml Remove multi instances support (#566) 2019-06-03 14:18:09 +02:00
elasticsearch-optional-user.yml Merge branch 'master' into become-yes 2017-09-19 14:22:02 -06:00
elasticsearch-parameters.yml fix ''dict object has no attribute dict_keys" issue with python3 (#578) 2019-06-07 15:54:10 +02:00
elasticsearch-plugins.yml Remove multi instances support (#566) 2019-06-03 14:18:09 +02:00
elasticsearch-RedHat-version-lock.yml Add version lock to the correct package name 2018-07-26 15:45:40 +02:00
elasticsearch-RedHat.yml Actually remove the unused RedHat repository 2019-01-02 10:06:47 +01:00
elasticsearch-template.yml [templates] simplify template install task 2019-05-09 19:39:09 +02:00
elasticsearch.yml Version 5.0 - no need for plugin prefix 2017-01-11 10:26:57 +00:00
java.yml make playbook (tested for debians) compatible with the mode 2019-02-28 14:33:53 +01:00
main.yml Remove multi instances support (#566) 2019-06-03 14:18:09 +02: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