This repository has been archived by the owner on Jun 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 855
Fixes bug #326 and adds the option to configure mail #445
Merged
Merged
Changes from 24 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
34f0813
Added changes to add required functionality and fix a bug
jeffrey-e 7aebcae
Added documentation for added features
jeffrey-e 6cf11ef
Merge branch 'master' into master
jeffrey-e 7640a03
Update elasticsearch.yml.j2
jeffrey-e 4caefef
Added es_action_auto_create_index: true
jeffrey-e 11a1e4b
Adjust variable name to match standard
jeffrey-e 96f3a87
Fixed documentation
jeffrey-e da527ec
Added support for providing an array with indices
jeffrey-e cc28b61
Added more x-pack config options
jeffrey-e 4791195
Sync with HEAD
jeffrey-e a3ea8e0
Fixed documentation commit issue
jeffrey-e 80baf26
SSL support optimisation
jeffrey-e b1e350f
Revert "Added support for providing an array with indices"
jeffrey-e 40e5252
Added support for providing an array with indices
jeffrey-e ba080bc
Revert "SSL support optimisation"
jeffrey-e ff9a64b
Revert "Fixed documentation commit issue"
jeffrey-e 7967317
Removing ssl configuration
jeffrey-e 9ba1082
Commit README as well
jeffrey-e 01fd5ce
Merging went wrong
jeffrey-e e880cdf
test
jeffrey-e 8cfa0cf
Merged change
jeffrey-e d72ce3c
Added path repo is defined statement again
jeffrey-e 31ee9af
Merge branch 'master' into master
itsmed c79fd2e
Readded es_action_auto_create_index
jeffrey-e cf4da01
Fixed es_mail_config again
jeffrey-e File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The most recent failure
"AnsibleUndefinedVariable: 'es_mail_config' is undefined"
So I think we'll need to check for both
es_mail_config and es_mail_config['account']
.Does that seem like the right way to go about it to you @gekkeharry13 ?