[PR #46] [MERGED] Bilgi sistemleri izleme #72

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

📋 Pull Request Information

Original PR: https://github.com/Pardus-Ahtapot/MYS/pull/46
Author: @alptugay
Created: 1/18/2019
Status: Merged
Merged: 1/22/2019
Merged by: @ciari

Base: developmentHead: bilgi-sistemleri-izleme


📝 Commits (7)

📊 Changes

27 files changed (+950 additions, -265 deletions)

View changed files

📝 ahtapotmys/hosts (+3 -1)
ahtapotmys/playbooks/faraday-client.yml (+26 -0)
📝 ahtapotmys/playbooks/firewall.yml (+1 -0)
ahtapotmys/playbooks/standalone.yml (+0 -10)
ahtapotmys/playbooks/state-ng.yml (+9 -0)
📝 ahtapotmys/roles/ansible/tasks/awx.yml (+12 -1)
ahtapotmys/roles/ansible/templates/awx_inventory.sh.j2 (+43 -0)
ahtapotmys/roles/faraday-client/tasks/main.yml (+8 -0)
📝 ahtapotmys/roles/firewall/handlers/main.yml (+7 -0)
ahtapotmys/roles/firewall/tasks/fastnetmon.yml (+30 -0)
📝 ahtapotmys/roles/firewall/tasks/iptables.yml (+2 -1)
📝 ahtapotmys/roles/firewall/tasks/main.yml (+1 -0)
ahtapotmys/roles/firewall/templates/fastnetmon.conf.j2 (+369 -0)
ahtapotmys/roles/firewall/templates/networks_list.j2 (+6 -0)
ahtapotmys/roles/firewall/templates/networks_whitelist.j2 (+6 -0)
ahtapotmys/roles/firewall/vars/fastnetmon.yml (+32 -0)
📝 ahtapotmys/roles/firewall/vars/package.yml (+3 -0)
📝 ahtapotmys/roles/firewallbuilder/tasks/git.yml (+2 -0)
ahtapotmys/roles/standalone/tasks/conf_integrity.yml (+0 -7)
ahtapotmys/roles/standalone/tasks/main.yml (+0 -71)

...and 7 more files

📄 Description

No description provided


🔄 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/46 **Author:** [@alptugay](https://github.com/alptugay) **Created:** 1/18/2019 **Status:** ✅ Merged **Merged:** 1/22/2019 **Merged by:** [@ciari](https://github.com/ciari) **Base:** `development` ← **Head:** `bilgi-sistemleri-izleme` --- ### 📝 Commits (7) - [`da628c3`](https://github.com/Pardus-Ahtapot/MYS/commit/da628c38ba037e979bc61ebb82a7a0e5b751806f) standalone role changed to state-ng - [`26307ab`](https://github.com/Pardus-Ahtapot/MYS/commit/26307ab965055b6bbfb57aa71d8c0956deb7f48e) state-ng guncellemeleri - [`4749734`](https://github.com/Pardus-Ahtapot/MYS/commit/4749734219db35c2d4830e4bc148746412b7f71a) state-ng isterleri tamamlandı - [`d2db3cb`](https://github.com/Pardus-Ahtapot/MYS/commit/d2db3cb1e5b25a17312890504f439da870c2464b) awx inventory scripti eklendi - [`f12bb39`](https://github.com/Pardus-Ahtapot/MYS/commit/f12bb39659cf7b9577689fc79824e7c151cfd458) fastnetmon ve faraday-client bilesenleri eklendi - [`935c1ce`](https://github.com/Pardus-Ahtapot/MYS/commit/935c1cedf400f79d578b92a2616030781c6264af) firewall ansible-pull sorunlari duzeltildi - [`713d490`](https://github.com/Pardus-Ahtapot/MYS/commit/713d490fd48b988b27cce647c5b773c994c99cb7) Merge branch 'bilgi-sistemleri-izleme' of https://github.com/alptugay/MYS into bilgi-sistemleri-izleme ### 📊 Changes **27 files changed** (+950 additions, -265 deletions) <details> <summary>View changed files</summary> 📝 `ahtapotmys/hosts` (+3 -1) ➕ `ahtapotmys/playbooks/faraday-client.yml` (+26 -0) 📝 `ahtapotmys/playbooks/firewall.yml` (+1 -0) ➖ `ahtapotmys/playbooks/standalone.yml` (+0 -10) ➕ `ahtapotmys/playbooks/state-ng.yml` (+9 -0) 📝 `ahtapotmys/roles/ansible/tasks/awx.yml` (+12 -1) ➕ `ahtapotmys/roles/ansible/templates/awx_inventory.sh.j2` (+43 -0) ➕ `ahtapotmys/roles/faraday-client/tasks/main.yml` (+8 -0) 📝 `ahtapotmys/roles/firewall/handlers/main.yml` (+7 -0) ➕ `ahtapotmys/roles/firewall/tasks/fastnetmon.yml` (+30 -0) 📝 `ahtapotmys/roles/firewall/tasks/iptables.yml` (+2 -1) 📝 `ahtapotmys/roles/firewall/tasks/main.yml` (+1 -0) ➕ `ahtapotmys/roles/firewall/templates/fastnetmon.conf.j2` (+369 -0) ➕ `ahtapotmys/roles/firewall/templates/networks_list.j2` (+6 -0) ➕ `ahtapotmys/roles/firewall/templates/networks_whitelist.j2` (+6 -0) ➕ `ahtapotmys/roles/firewall/vars/fastnetmon.yml` (+32 -0) 📝 `ahtapotmys/roles/firewall/vars/package.yml` (+3 -0) 📝 `ahtapotmys/roles/firewallbuilder/tasks/git.yml` (+2 -0) ➖ `ahtapotmys/roles/standalone/tasks/conf_integrity.yml` (+0 -7) ➖ `ahtapotmys/roles/standalone/tasks/main.yml` (+0 -71) _...and 7 more files_ </details> ### 📄 Description _No description provided_ --- <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:00 +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#72
No description provided.