[PR #126] [MERGED] Pardus 17.5 Son surum #126

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

📋 Pull Request Information

Original PR: https://github.com/Pardus-Ahtapot/MYS/pull/126
Author: @ciari
Created: 3/21/2022
Status: Merged
Merged: 3/21/2022
Merged by: @ciari

Base: masterHead: development


📝 Commits (10+)

📊 Changes

189 files changed (+6468 additions, -1380 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 README.md (+18 -1)
📝 ahtapotmys/hosts (+4 -0)
📝 ahtapotmys/playbooks/dbfirewall.yml (+1 -0)
ahtapotmys/playbooks/dnsfw.yml (+25 -0)
ahtapotmys/playbooks/elk7.yml (+26 -0)
ahtapotmys/playbooks/gdys-web.yml (+34 -0)
ahtapotmys/playbooks/gitlab-container.yml (+14 -0)
ahtapotmys/playbooks/ha.yml (+26 -0)
📝 ahtapotmys/playbooks/honeypot.yml (+2 -0)
📝 ahtapotmys/playbooks/ossimcik.yml (+1 -2)
📝 ahtapotmys/playbooks/proxy.yml (+1 -1)
📝 ahtapotmys/playbooks/proxydhcp.yml (+1 -0)
📝 ahtapotmys/playbooks/state.yml (+10 -0)
📝 ahtapotmys/playbooks/waf.yml (+1 -0)
📝 ahtapotmys/playbooks/zabbix.yml (+7 -0)
📝 ahtapotmys/roles/ansible/tasks/git.yml (+1 -0)
📝 ahtapotmys/roles/ansible/templates/update-ahtapot.py.j2 (+27 -32)
📝 ahtapotmys/roles/base/handlers/security.yml (+6 -0)
📝 ahtapotmys/roles/base/tasks/security.yml (+24 -3)

...and 80 more files

📄 Description

Pardus 17.5 tabanlı Ahtapot ISO tarafından desteklenen son sürüm. Bu versiyon artık arşivlenecektir. Sadece güvenlik güncellemeleri uygulanacaktır.


🔄 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/126 **Author:** [@ciari](https://github.com/ciari) **Created:** 3/21/2022 **Status:** ✅ Merged **Merged:** 3/21/2022 **Merged by:** [@ciari](https://github.com/ciari) **Base:** `master` ← **Head:** `development` --- ### 📝 Commits (10+) - [`3e81f4b`](https://github.com/Pardus-Ahtapot/MYS/commit/3e81f4b427f244dd7159df70b0f348a94c5a5c99) usb disabled - [`de73ac3`](https://github.com/Pardus-Ahtapot/MYS/commit/de73ac3a8f7348cc46473a6ecd4fbc5c16c238a7) Update ossimcik.yml - [`2a89e99`](https://github.com/Pardus-Ahtapot/MYS/commit/2a89e99b00e275364b6b3dbaf4a826974e4aec32) Merge pull request #57 from zkryakgul/master - [`1a35c2b`](https://github.com/Pardus-Ahtapot/MYS/commit/1a35c2b8d25d3c5ae5b2cb638a5a9bd1dbfbe601) condition added - [`8f85c6a`](https://github.com/Pardus-Ahtapot/MYS/commit/8f85c6af6f2daceb5fd501d6afeba24ca741283a) variable set for searchguard condition - [`da08126`](https://github.com/Pardus-Ahtapot/MYS/commit/da081265add0ab445b4a14d2d84b38b136358222) divided packages - [`9d8bc98`](https://github.com/Pardus-Ahtapot/MYS/commit/9d8bc98af505ddb9e708f3f2ced92bb9b5f3f225) diveded package installation process - [`542bd69`](https://github.com/Pardus-Ahtapot/MYS/commit/542bd695d89eb7ee7da5e7f1e4bf070790a2fa56) icinga2 icin web server - [`2b1bdcf`](https://github.com/Pardus-Ahtapot/MYS/commit/2b1bdcfe6bc689a5406e1a5bb8a8893f7149f932) Update README.md - [`9e4e3eb`](https://github.com/Pardus-Ahtapot/MYS/commit/9e4e3eb79cd43c2d53636387e34b8bd27fb55310) config path ### 📊 Changes **189 files changed** (+6468 additions, -1380 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `README.md` (+18 -1) 📝 `ahtapotmys/hosts` (+4 -0) 📝 `ahtapotmys/playbooks/dbfirewall.yml` (+1 -0) ➕ `ahtapotmys/playbooks/dnsfw.yml` (+25 -0) ➕ `ahtapotmys/playbooks/elk7.yml` (+26 -0) ➕ `ahtapotmys/playbooks/gdys-web.yml` (+34 -0) ➕ `ahtapotmys/playbooks/gitlab-container.yml` (+14 -0) ➕ `ahtapotmys/playbooks/ha.yml` (+26 -0) 📝 `ahtapotmys/playbooks/honeypot.yml` (+2 -0) 📝 `ahtapotmys/playbooks/ossimcik.yml` (+1 -2) 📝 `ahtapotmys/playbooks/proxy.yml` (+1 -1) 📝 `ahtapotmys/playbooks/proxydhcp.yml` (+1 -0) 📝 `ahtapotmys/playbooks/state.yml` (+10 -0) 📝 `ahtapotmys/playbooks/waf.yml` (+1 -0) 📝 `ahtapotmys/playbooks/zabbix.yml` (+7 -0) 📝 `ahtapotmys/roles/ansible/tasks/git.yml` (+1 -0) 📝 `ahtapotmys/roles/ansible/templates/update-ahtapot.py.j2` (+27 -32) 📝 `ahtapotmys/roles/base/handlers/security.yml` (+6 -0) 📝 `ahtapotmys/roles/base/tasks/security.yml` (+24 -3) _...and 80 more files_ </details> ### 📄 Description Pardus 17.5 tabanlı Ahtapot ISO tarafından desteklenen son sürüm. Bu versiyon artık arşivlenecektir. Sadece güvenlik güncellemeleri uygulanacaktır. --- <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:17 +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#126
No description provided.