roles/elasticsearch/
roles/elasticsearch/library/
roles/elasticsearch/library/elasticsearch_plugin.py
ansible-playbook playbooks/elasticsearch/cluster.yml
failed: [elasticsearch-node] (item={u'version': u'master', u'name': u'kopf', u'plugin': u'lmenezes/elasticsearch-kopf'}) => {"failed": true, "invocation": {"module_args": {"conf_dir": "/etc/elasticsearch/node1", "es_home": "/usr/share/elasticsearch", "instance_default_file": "/etc/default/node1_elasticsearch", "name": "kopf", "plugin": "lmenezes/elasticsearch-kopf", "state": "present", "version": "master"}, "module_name": "elasticsearch_plugin"}, "item": {"name": "kopf", "plugin": "lmenezes/elasticsearch-kopf", "version": "master"}, "msg": "unsupported parameter for module: instance_default_file"}
"msg": "unsupported parameter for module: instance_default_file"
ansible-playbook playbooks/elasticsearch/cluster.yml -M roles/elasticsearch/library/ok: [elasticsearch-node] => (item={u'version': u'master', u'name': u'kopf', u'plugin': u'lmenezes/elasticsearch-kopf'}) => {"changed": false, "command": "/usr/share/elasticsearch/bin/plugin list | grep -- '- kopf$'", "invocation": {"module_args": {"conf_dir": "/etc/elasticsearch/node1", "es_home": "/usr/share/elasticsearch", "instance_default_file": "/etc/default/node1_elasticsearch", "name": "kopf", "plugin": "lmenezes/elasticsearch-kopf", "state": "present", "version": "master"}, "module_name": "elasticsearch_plugin"}, "item": {"name": "kopf", "plugin": "lmenezes/elasticsearch-kopf", "version": "master"}, "output": " - kopf\n : ", "returncode": 0, "success": true}