[PR #52] [MERGED] İyilestirmeler #77

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

📋 Pull Request Information

Original PR: https://github.com/Pardus-Ahtapot/MYS/pull/52
Author: @ciari
Created: 5/27/2019
Status: Merged
Merged: 5/27/2019
Merged by: @ciari

Base: developmentHead: master


📝 Commits (9)

  • d7e0b08 prevent long ssh connections via githook
  • 3d6f77f Revert "prevent long ssh connections via githook"
  • c932228 Update state.yml
  • ac6eb25 removed development files
  • 155e222 added fwkural playbook and roles
  • 50a56cf gitlab post receive gdys duzeltildi
  • 73e69ed Merge branch 'master' into development
  • 6d16c3a Merge pull request #1 from ciari/development
  • 2466735 Update post-receive-gdys.sh.j2

📊 Changes

290 files changed (+2193 additions, -40648 deletions)

View changed files

Saldiri Tespit ve Önleme Sistemi Ansible Kurulum Test Dokümanı.pdf (+0 -0)
Saldiri Tespit ve Önleme Sistemi Kurulum ve Kullanım Dokümanı.pdf (+0 -0)
ahtapotmys/playbooks/fwkural.yml (+9 -0)
ahtapotmys/roles/fwkural/defaults/main.yml (+2 -0)
ahtapotmys/roles/fwkural/handlers/main.yml (+11 -0)
ahtapotmys/roles/fwkural/handlers/profile.yml (+5 -0)
ahtapotmys/roles/fwkural/handlers/sysctl.yml (+8 -0)
ahtapotmys/roles/fwkural/meta/main.yml (+137 -0)
ahtapotmys/roles/fwkural/tasks/iptables.yml (+45 -0)
ahtapotmys/roles/fwkural/tasks/main.yml (+3 -0)
ahtapotmys/roles/fwkural/templates/ahtapot-lkk.py.j2 (+1059 -0)
ahtapotmys/roles/fwkural/templates/bashrc.j2 (+6 -0)
ahtapotmys/roles/fwkural/templates/fastnetmon.conf.j2 (+369 -0)
ahtapotmys/roles/fwkural/templates/modules.j2 (+7 -0)
ahtapotmys/roles/fwkural/templates/networks_list.j2 (+6 -0)
ahtapotmys/roles/fwkural/templates/networks_whitelist.j2 (+6 -0)
ahtapotmys/roles/fwkural/templates/primary-backup.sh.j2 (+130 -0)
ahtapotmys/roles/fwkural/templates/sysctl.conf.j2 (+85 -0)
ahtapotmys/roles/fwkural/vars/conf_list.yml (+9 -0)
ahtapotmys/roles/fwkural/vars/contrackd.yml (+9 -0)

...and 80 more files

📄 Description

İyileştirmeler, gdys düzeltmeleri


🔄 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/52 **Author:** [@ciari](https://github.com/ciari) **Created:** 5/27/2019 **Status:** ✅ Merged **Merged:** 5/27/2019 **Merged by:** [@ciari](https://github.com/ciari) **Base:** `development` ← **Head:** `master` --- ### 📝 Commits (9) - [`d7e0b08`](https://github.com/Pardus-Ahtapot/MYS/commit/d7e0b08687cde894276c3db74518f13a0981c818) prevent long ssh connections via githook - [`3d6f77f`](https://github.com/Pardus-Ahtapot/MYS/commit/3d6f77f5dfa9626b2918069f8905113ace0e789c) Revert "prevent long ssh connections via githook" - [`c932228`](https://github.com/Pardus-Ahtapot/MYS/commit/c93222888ceb728337c37718cfd9d68d07210d2b) Update state.yml - [`ac6eb25`](https://github.com/Pardus-Ahtapot/MYS/commit/ac6eb2573733f5ff34432bf1d861a3269e66e58a) removed development files - [`155e222`](https://github.com/Pardus-Ahtapot/MYS/commit/155e222d443c9ebef5a08c075d826f83e85e939b) added fwkural playbook and roles - [`50a56cf`](https://github.com/Pardus-Ahtapot/MYS/commit/50a56cfde7ec66d4c1b30277e0cf219cb20e2edf) gitlab post receive gdys duzeltildi - [`73e69ed`](https://github.com/Pardus-Ahtapot/MYS/commit/73e69edfdc3ab7a511c18f0ada6d164580d8c587) Merge branch 'master' into development - [`6d16c3a`](https://github.com/Pardus-Ahtapot/MYS/commit/6d16c3a1ea2fc3fb027689c5cb2a0a090377b8ec) Merge pull request #1 from ciari/development - [`2466735`](https://github.com/Pardus-Ahtapot/MYS/commit/24667352cd70a27c579371b63d56f103abe34535) Update post-receive-gdys.sh.j2 ### 📊 Changes **290 files changed** (+2193 additions, -40648 deletions) <details> <summary>View changed files</summary> ➖ `Saldiri Tespit ve Önleme Sistemi Ansible Kurulum Test Dokümanı.pdf` (+0 -0) ➖ `Saldiri Tespit ve Önleme Sistemi Kurulum ve Kullanım Dokümanı.pdf` (+0 -0) ➕ `ahtapotmys/playbooks/fwkural.yml` (+9 -0) ➕ `ahtapotmys/roles/fwkural/defaults/main.yml` (+2 -0) ➕ `ahtapotmys/roles/fwkural/handlers/main.yml` (+11 -0) ➕ `ahtapotmys/roles/fwkural/handlers/profile.yml` (+5 -0) ➕ `ahtapotmys/roles/fwkural/handlers/sysctl.yml` (+8 -0) ➕ `ahtapotmys/roles/fwkural/meta/main.yml` (+137 -0) ➕ `ahtapotmys/roles/fwkural/tasks/iptables.yml` (+45 -0) ➕ `ahtapotmys/roles/fwkural/tasks/main.yml` (+3 -0) ➕ `ahtapotmys/roles/fwkural/templates/ahtapot-lkk.py.j2` (+1059 -0) ➕ `ahtapotmys/roles/fwkural/templates/bashrc.j2` (+6 -0) ➕ `ahtapotmys/roles/fwkural/templates/fastnetmon.conf.j2` (+369 -0) ➕ `ahtapotmys/roles/fwkural/templates/modules.j2` (+7 -0) ➕ `ahtapotmys/roles/fwkural/templates/networks_list.j2` (+6 -0) ➕ `ahtapotmys/roles/fwkural/templates/networks_whitelist.j2` (+6 -0) ➕ `ahtapotmys/roles/fwkural/templates/primary-backup.sh.j2` (+130 -0) ➕ `ahtapotmys/roles/fwkural/templates/sysctl.conf.j2` (+85 -0) ➕ `ahtapotmys/roles/fwkural/vars/conf_list.yml` (+9 -0) ➕ `ahtapotmys/roles/fwkural/vars/contrackd.yml` (+9 -0) _...and 80 more files_ </details> ### 📄 Description İyileştirmeler, gdys düzeltmeleri --- <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:03 +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#77
No description provided.