[PR #51] [MERGED] Bilgi sistemleri izleme #75

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

📋 Pull Request Information

Original PR: https://github.com/Pardus-Ahtapot/MYS/pull/51
Author: @alptugay
Created: 5/17/2019
Status: Merged
Merged: 5/24/2019
Merged by: @ciari

Base: developmentHead: bilgi-sistemleri-izleme


📝 Commits (9)

  • 04841f0 Base tarafinda 12.02.2019 ve 28.03.2019 tarihinde yapilan degisiklikler eklendi. Ossimcik thread eklendi. Base cron eklendi.
  • a6b55c6 Merge branch 'bilgi-sistemleri-izleme' of https://github.com/alptugay/MYS into bilgi-sistemleri-izleme
  • 9ab982a faraday server task duzeltmesi yapildi.
  • c30e619 Post icin yetki duzenlenmesi yapildi.
  • db25a76 Post kısmında yazim hatasi düzeltildi.
  • c97103c Ansible ilk kurulum icin base,ansible,postta duzenleme yapildi.
  • 5e08ccd Security kismina ekleme yapildi.
  • 6ed0545 ansible git repo duzeltildi.
  • 62ed307 post rolünün yol açtığı sıkıntılar giderildi. Bunun için kurulum sırasında yapılması gereken değişiklikler kurulum dökümanlarında güncellendi

📊 Changes

14 files changed (+108 additions, -30 deletions)

View changed files

📝 ahtapotmys/roles/ansible/tasks/git.yml (+19 -0)
📝 ahtapotmys/roles/base/tasks/rsyslog.yml (+9 -9)
📝 ahtapotmys/roles/base/tasks/security.yml (+5 -5)
ahtapotmys/roles/base/templates/cron_logrotate.j2 (+8 -0)
📝 ahtapotmys/roles/base/vars/logrotate.yml (+1 -1)
📝 ahtapotmys/roles/base/vars/ssh.yml (+2 -1)
📝 ahtapotmys/roles/faraday-server/tasks/main.yml (+18 -7)
📝 ahtapotmys/roles/ossimcik/templates/rsyslog.conf.j2 (+1 -0)
📝 ahtapotmys/roles/ossimcik/vars/rsyslog.yml (+1 -0)
ahtapotmys/roles/post/tasks/directory.yml (+29 -0)
📝 ahtapotmys/roles/post/tasks/main.yml (+1 -0)
📝 ahtapotmys/roles/post/templates/integrity-check.j2 (+0 -1)
📝 ahtapotmys/roles/post/vars/integrity.yml (+4 -4)
📝 ahtapotmys/roles/sks/vars/main.yml (+10 -2)

📄 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/51 **Author:** [@alptugay](https://github.com/alptugay) **Created:** 5/17/2019 **Status:** ✅ Merged **Merged:** 5/24/2019 **Merged by:** [@ciari](https://github.com/ciari) **Base:** `development` ← **Head:** `bilgi-sistemleri-izleme` --- ### 📝 Commits (9) - [`04841f0`](https://github.com/Pardus-Ahtapot/MYS/commit/04841f0facb2a60e5e8e5d1c0c1778475392cf89) Base tarafinda 12.02.2019 ve 28.03.2019 tarihinde yapilan degisiklikler eklendi. Ossimcik thread eklendi. Base cron eklendi. - [`a6b55c6`](https://github.com/Pardus-Ahtapot/MYS/commit/a6b55c656be0b92f188d2c964aa1a147163763c6) Merge branch 'bilgi-sistemleri-izleme' of https://github.com/alptugay/MYS into bilgi-sistemleri-izleme - [`9ab982a`](https://github.com/Pardus-Ahtapot/MYS/commit/9ab982a11ce20a32d83922734e0227e82aa0c96e) faraday server task duzeltmesi yapildi. - [`c30e619`](https://github.com/Pardus-Ahtapot/MYS/commit/c30e61991ed8e66c1e94b287a69adfbb76ed497f) Post icin yetki duzenlenmesi yapildi. - [`db25a76`](https://github.com/Pardus-Ahtapot/MYS/commit/db25a7673e66f870ed3c82da62df12b24dedd740) Post kısmında yazim hatasi düzeltildi. - [`c97103c`](https://github.com/Pardus-Ahtapot/MYS/commit/c97103cf795321b070801201dc9834281e8ea899) Ansible ilk kurulum icin base,ansible,postta duzenleme yapildi. - [`5e08ccd`](https://github.com/Pardus-Ahtapot/MYS/commit/5e08ccd139784d62a0d80a317cd6784daaea5772) Security kismina ekleme yapildi. - [`6ed0545`](https://github.com/Pardus-Ahtapot/MYS/commit/6ed0545089bdb6915063b10e2047898215eed1df) ansible git repo duzeltildi. - [`62ed307`](https://github.com/Pardus-Ahtapot/MYS/commit/62ed3076faa11df0d58b7c18eb87f966691ee61f) post rolünün yol açtığı sıkıntılar giderildi. Bunun için kurulum sırasında yapılması gereken değişiklikler kurulum dökümanlarında güncellendi ### 📊 Changes **14 files changed** (+108 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `ahtapotmys/roles/ansible/tasks/git.yml` (+19 -0) 📝 `ahtapotmys/roles/base/tasks/rsyslog.yml` (+9 -9) 📝 `ahtapotmys/roles/base/tasks/security.yml` (+5 -5) ➕ `ahtapotmys/roles/base/templates/cron_logrotate.j2` (+8 -0) 📝 `ahtapotmys/roles/base/vars/logrotate.yml` (+1 -1) 📝 `ahtapotmys/roles/base/vars/ssh.yml` (+2 -1) 📝 `ahtapotmys/roles/faraday-server/tasks/main.yml` (+18 -7) 📝 `ahtapotmys/roles/ossimcik/templates/rsyslog.conf.j2` (+1 -0) 📝 `ahtapotmys/roles/ossimcik/vars/rsyslog.yml` (+1 -0) ➕ `ahtapotmys/roles/post/tasks/directory.yml` (+29 -0) 📝 `ahtapotmys/roles/post/tasks/main.yml` (+1 -0) 📝 `ahtapotmys/roles/post/templates/integrity-check.j2` (+0 -1) 📝 `ahtapotmys/roles/post/vars/integrity.yml` (+4 -4) 📝 `ahtapotmys/roles/sks/vars/main.yml` (+10 -2) </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:02 +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#75
No description provided.