[PR #124] [MERGED] Waf 2.0 Improvement #124

Closed
opened 2026-03-02 15:46:16 +03:00 by kerem · 0 comments
Owner

📋 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: developmentHead: development


📝 Commits (4)

  • 55f1aef update new waf config example
  • a5f6728 added elk7 role for updated elastick search stack
  • edea96b Merge remote-tracking branch 'upstream/development' into development
  • 9ec199b add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Pardus-Ahtapot/MYS/pull/124 **Author:** [@ciari](https://github.com/ciari) **Created:** 6/2/2021 **Status:** ✅ Merged **Merged:** 6/2/2021 **Merged by:** [@ciari](https://github.com/ciari) **Base:** `development` ← **Head:** `development` --- ### 📝 Commits (4) - [`55f1aef`](https://github.com/Pardus-Ahtapot/MYS/commit/55f1aef17826fcccdf86185573a79680d04d3ea0) update new waf config example - [`a5f6728`](https://github.com/Pardus-Ahtapot/MYS/commit/a5f6728531cb00088571c3efd64f785f02340fdb) added elk7 role for updated elastick search stack - [`edea96b`](https://github.com/Pardus-Ahtapot/MYS/commit/edea96be08c21fa4914972aa8a5a0ce38308684d) Merge remote-tracking branch 'upstream/development' into development - [`9ec199b`](https://github.com/Pardus-Ahtapot/MYS/commit/9ec199b427653690f93409018238a19207dd4945) add support for more custom error pages ### 📊 Changes **33 files changed** (+1634 additions, -11 deletions) <details> <summary>View changed files</summary> ➕ `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_ </details> ### 📄 Description add support for more custom error pages --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 15:46:16 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/MYS#124
No description provided.