mirror of
https://github.com/Pardus-Ahtapot/MYS.git
synced 2026-04-25 17:45:56 +03:00
[PR #124] [MERGED] Waf 2.0 Improvement #124
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/MYS#124
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Pardus-Ahtapot/MYS/pull/124
Author: @ciari
Created: 6/2/2021
Status: ✅ Merged
Merged: 6/2/2021
Merged by: @ciari
Base:
development← Head:development📝 Commits (4)
55f1aefupdate new waf config examplea5f6728added elk7 role for updated elastick search stackedea96bMerge remote-tracking branch 'upstream/development' into development9ec199badd support for more custom error pages📊 Changes
33 files changed (+1634 additions, -11 deletions)
View changed files
➕
ahtapotmys/playbooks/elk7.yml(+26 -0)➕
ahtapotmys/roles/elk7/README.md(+38 -0)➕
ahtapotmys/roles/elk7/defaults/main.yml(+63 -0)➕
ahtapotmys/roles/elk7/filter_plugins/custom.py(+75 -0)➕
ahtapotmys/roles/elk7/filter_plugins/custom.pyc(+0 -0)➕
ahtapotmys/roles/elk7/handlers/main.yml(+21 -0)➕
ahtapotmys/roles/elk7/meta/main.yml(+20 -0)➕
ahtapotmys/roles/elk7/tasks/conf_integrity.yml(+17 -0)➕
ahtapotmys/roles/elk7/tasks/es-ssl.yml(+112 -0)➕
ahtapotmys/roles/elk7/tasks/es-tls-ssl.yml(+78 -0)➕
ahtapotmys/roles/elk7/tasks/main.yml(+181 -0)➕
ahtapotmys/roles/elk7/tasks/xpack/es-xpack.yml(+11 -0)➕
ahtapotmys/roles/elk7/tasks/xpack/security/es-security-file.yml(+91 -0)➕
ahtapotmys/roles/elk7/tasks/xpack/security/es-security-native.yml(+201 -0)➕
ahtapotmys/roles/elk7/tasks/xpack/security/es-security.yml(+45 -0)➕
ahtapotmys/roles/elk7/templates/elasticsearch.j2(+60 -0)➕
ahtapotmys/roles/elk7/templates/elasticsearch.yml.j2(+106 -0)➕
ahtapotmys/roles/elk7/templates/elasticsearch.yml.old.j2(+82 -0)➕
ahtapotmys/roles/elk7/templates/jvm.options.j2(+146 -0)➕
ahtapotmys/roles/elk7/templates/override.conf.j2(+2 -0)...and 13 more files
📄 Description
add support for more custom error pages
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.