[PR #30] [MERGED] typo duzeltildi #52

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

📋 Pull Request Information

Original PR: https://github.com/Pardus-Ahtapot/MYS/pull/30
Author: @alptugay
Created: 9/18/2018
Status: Merged
Merged: 9/19/2018
Merged by: @volkandod

Base: developmentHead: bilgi-sistemleri-izleme


📝 Commits (8)

📊 Changes

28 files changed (+1734 additions, -14 deletions)

View changed files

📝 ahtapotmys/playbooks/base.yml (+1 -0)
📝 ahtapotmys/roles/base/handlers/grub.yml (+2 -1)
📝 ahtapotmys/roles/base/handlers/main.yml (+1 -0)
ahtapotmys/roles/base/handlers/security.yml (+48 -0)
📝 ahtapotmys/roles/base/tasks/grub.yml (+9 -0)
📝 ahtapotmys/roles/base/tasks/main.yml (+1 -0)
ahtapotmys/roles/base/tasks/security.yml (+1031 -0)
ahtapotmys/roles/base/templates/aide.cron.j2 (+7 -0)
📝 ahtapotmys/roles/base/templates/audit.rules.j2 (+95 -0)
ahtapotmys/roles/base/templates/bashrc-security.sh.j2 (+6 -0)
ahtapotmys/roles/base/templates/hosts.allow.j2 (+15 -0)
ahtapotmys/roles/base/templates/hosts.deny.j2 (+23 -0)
ahtapotmys/roles/base/templates/limits.conf.j2 (+61 -0)
ahtapotmys/roles/base/templates/login.defs.j2 (+32 -0)
📝 ahtapotmys/roles/base/templates/sshd_config.j2 (+19 -0)
📝 ahtapotmys/roles/base/templates/sudoers.j2 (+1 -1)
ahtapotmys/roles/base/templates/sysctl-ahtapotbase.conf.j2 (+6 -0)
ahtapotmys/roles/base/templates/tmp.mount.j2 (+21 -0)
📝 ahtapotmys/roles/base/vars/audit.yml (+5 -5)
📝 ahtapotmys/roles/base/vars/grub.yml (+5 -2)

...and 8 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/30 **Author:** [@alptugay](https://github.com/alptugay) **Created:** 9/18/2018 **Status:** ✅ Merged **Merged:** 9/19/2018 **Merged by:** [@volkandod](https://github.com/volkandod) **Base:** `development` ← **Head:** `bilgi-sistemleri-izleme` --- ### 📝 Commits (8) - [`603cf05`](https://github.com/Pardus-Ahtapot/MYS/commit/603cf052630f3f759d3448073bd52bfa18dfb6e7) guvenlik sikilastirma playbook u eklendi. - [`c7af9dc`](https://github.com/Pardus-Ahtapot/MYS/commit/c7af9dc7ca3a862c7eb7d39c2fd2c0102187c66d) /usr/local/bin and /usr/local/sbin added to sudo secure path - [`f2253bf`](https://github.com/Pardus-Ahtapot/MYS/commit/f2253bfe189b0e87e5303a105953ad266aabffa4) typo duzeltildi - [`ddd708e`](https://github.com/Pardus-Ahtapot/MYS/commit/ddd708e3de664fe58355a232f0d8a2907b68af01) review degisiklikleri - [`2effdfd`](https://github.com/Pardus-Ahtapot/MYS/commit/2effdfd225c16bbbe54344c7e06e65b2a8df2a96) Merge branch 'security' into bilgi-sistemleri-izleme - [`ed8d087`](https://github.com/Pardus-Ahtapot/MYS/commit/ed8d087415dd67f0e05748489da969d1fa1287c1) typo fix - [`59fd093`](https://github.com/Pardus-Ahtapot/MYS/commit/59fd0936c9c4d46af2fe17984698130d08260181) Merge branch 'bilgi-sistemleri-izleme' of https://github.com/alptugay/MYS into bilgi-sistemleri-izleme - [`4681a1b`](https://github.com/Pardus-Ahtapot/MYS/commit/4681a1b6b8590704c44e03b96e9759d09508721e) hatali yapilan bir degisklik duzeltildi ### 📊 Changes **28 files changed** (+1734 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `ahtapotmys/playbooks/base.yml` (+1 -0) 📝 `ahtapotmys/roles/base/handlers/grub.yml` (+2 -1) 📝 `ahtapotmys/roles/base/handlers/main.yml` (+1 -0) ➕ `ahtapotmys/roles/base/handlers/security.yml` (+48 -0) 📝 `ahtapotmys/roles/base/tasks/grub.yml` (+9 -0) 📝 `ahtapotmys/roles/base/tasks/main.yml` (+1 -0) ➕ `ahtapotmys/roles/base/tasks/security.yml` (+1031 -0) ➕ `ahtapotmys/roles/base/templates/aide.cron.j2` (+7 -0) 📝 `ahtapotmys/roles/base/templates/audit.rules.j2` (+95 -0) ➕ `ahtapotmys/roles/base/templates/bashrc-security.sh.j2` (+6 -0) ➕ `ahtapotmys/roles/base/templates/hosts.allow.j2` (+15 -0) ➕ `ahtapotmys/roles/base/templates/hosts.deny.j2` (+23 -0) ➕ `ahtapotmys/roles/base/templates/limits.conf.j2` (+61 -0) ➕ `ahtapotmys/roles/base/templates/login.defs.j2` (+32 -0) 📝 `ahtapotmys/roles/base/templates/sshd_config.j2` (+19 -0) 📝 `ahtapotmys/roles/base/templates/sudoers.j2` (+1 -1) ➕ `ahtapotmys/roles/base/templates/sysctl-ahtapotbase.conf.j2` (+6 -0) ➕ `ahtapotmys/roles/base/templates/tmp.mount.j2` (+21 -0) 📝 `ahtapotmys/roles/base/vars/audit.yml` (+5 -5) 📝 `ahtapotmys/roles/base/vars/grub.yml` (+5 -2) _...and 8 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:45:53 +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#52
No description provided.