community.elastic icon indicating copy to clipboard operation
community.elastic copied to clipboard

Results 5 community.elastic issues
Sort by recently updated
recently updated
newest added

As referenced in upstream issue #64 (see below), the "cafile" option seems to have an issue with the Python code for setting the cafile in the SSL context. Additionally, the...

##### SUMMARY I'm using a self signed Certificate. If I don't specify `cafile` the error is: `ConnectionError([SSL: CERTIFICATE_VERIFY_FAILED] self signed certificate in certificate chain ...)` If I use `cafile` the...

bug

Role doc EXAMPLES: - name: Create a role called admin community.elastic.elastic_role: name: admin cluster: - all **_indicies_**: names: - index1 - index2 - index3 privileges: - all the example indicies...

bug

##### SUMMARY See annotations in https://github.com/ansible-collections/community.elastic/actions/runs/4140526726

nostale

##### SUMMARY The elastic_role plugin is not 100% idempotent. Inventigate and fix this. The file /tests/integration/targets/elastic_role/tasks/2-test-with-auth.yml contains a blocked comment out at the bottom that demonstrates the problem. ##### ISSUE...

bug
good first issue
help wanted