[PR #92] [MERGED] Gitlab-container rol ve playbook'u eklendi #112

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

📋 Pull Request Information

Original PR: https://github.com/Pardus-Ahtapot/MYS/pull/92
Author: @zkryakgul
Created: 8/5/2020
Status: Merged
Merged: 8/12/2020
Merged by: @ciari

Base: developmentHead: gitlab-contaier


📝 Commits (7)

  • ec1eb9e gitlab-container rolu ve playbooku eklendi.
  • 48aeb44 hosts degiskenlerini iceren vars dosyasi eklendi
  • 719ef04 GıtLab containerina ait rootfs path'i degisken haline getirildi.
  • 62a2d4b vars dosyasının adı düzeltildi.
  • c51dbcb GitLab url değişkenindeki tanımlama yanlışı düzeltildi.
  • d9a2a8c otomatik olusturulmus sertifikalar icin gitlab configurasyon template'i icerisindeki path duzenlendi.
  • 3e25f61 Gitlab ssl dosya tip belirtecleri eklendi. If blogu duzeltildi

📊 Changes

28 files changed (+1905 additions, -0 deletions)

View changed files

ahtapotmys/playbooks/gitlab-container.yml (+14 -0)
ahtapotmys/roles/gitlab-container/.travis.yml (+29 -0)
ahtapotmys/roles/gitlab-container/README.md (+38 -0)
ahtapotmys/roles/gitlab-container/defaults/main.yml (+2 -0)
ahtapotmys/roles/gitlab-container/handlers/main.yml (+29 -0)
ahtapotmys/roles/gitlab-container/meta/main.yml (+365 -0)
ahtapotmys/roles/gitlab-container/tasks/conf_integrity.yml (+17 -0)
ahtapotmys/roles/gitlab-container/tasks/configure.yml (+91 -0)
ahtapotmys/roles/gitlab-container/tasks/hook.yml (+32 -0)
ahtapotmys/roles/gitlab-container/tasks/install.yml (+10 -0)
ahtapotmys/roles/gitlab-container/tasks/main.yml (+126 -0)
ahtapotmys/roles/gitlab-container/tasks/ssh.yml (+57 -0)
ahtapotmys/roles/gitlab-container/templates/ahtapot.list.j2 (+3 -0)
ahtapotmys/roles/gitlab-container/templates/default.conf.j2 (+8 -0)
ahtapotmys/roles/gitlab-container/templates/defaults.lxc-net.j2 (+5 -0)
ahtapotmys/roles/gitlab-container/templates/gitlab.rb.j2 (+797 -0)
ahtapotmys/roles/gitlab-container/templates/network.j2 (+14 -0)
ahtapotmys/roles/gitlab-container/templates/post-receive-gdys.sh.j2 (+19 -0)
ahtapotmys/roles/gitlab-container/templates/post-receive-mys.sh.j2 (+19 -0)
ahtapotmys/roles/gitlab-container/templates/post-receive.sh.j2 (+12 -0)

...and 8 more files

📄 Description

Gitlab bileşenini LXC container'ı olarak MYS makinesi üzerinde kurmayı sağlayan playbook ve rol dosyaları eklendi.


🔄 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/92 **Author:** [@zkryakgul](https://github.com/zkryakgul) **Created:** 8/5/2020 **Status:** ✅ Merged **Merged:** 8/12/2020 **Merged by:** [@ciari](https://github.com/ciari) **Base:** `development` ← **Head:** `gitlab-contaier` --- ### 📝 Commits (7) - [`ec1eb9e`](https://github.com/Pardus-Ahtapot/MYS/commit/ec1eb9e3145dfe624e8e7ab5adaa4004939c603f) gitlab-container rolu ve playbooku eklendi. - [`48aeb44`](https://github.com/Pardus-Ahtapot/MYS/commit/48aeb44407c32980315d2856a41919fb8ce63984) hosts degiskenlerini iceren vars dosyasi eklendi - [`719ef04`](https://github.com/Pardus-Ahtapot/MYS/commit/719ef04e88470f9f8573df7d7573f2c6dd2b39a7) GıtLab containerina ait rootfs path'i degisken haline getirildi. - [`62a2d4b`](https://github.com/Pardus-Ahtapot/MYS/commit/62a2d4b3df6c7ddc4a1881ac52c36863d698d1b0) vars dosyasının adı düzeltildi. - [`c51dbcb`](https://github.com/Pardus-Ahtapot/MYS/commit/c51dbcb07fb9faa604bf04fe3f8e51a99a88c6bb) GitLab url değişkenindeki tanımlama yanlışı düzeltildi. - [`d9a2a8c`](https://github.com/Pardus-Ahtapot/MYS/commit/d9a2a8cdbb40ac2cc78ff200ad6d52890e985e3e) otomatik olusturulmus sertifikalar icin gitlab configurasyon template'i icerisindeki path duzenlendi. - [`3e25f61`](https://github.com/Pardus-Ahtapot/MYS/commit/3e25f61c2de9a6c46fed0ef0e898cb7a9122dc1e) Gitlab ssl dosya tip belirtecleri eklendi. If blogu duzeltildi ### 📊 Changes **28 files changed** (+1905 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ahtapotmys/playbooks/gitlab-container.yml` (+14 -0) ➕ `ahtapotmys/roles/gitlab-container/.travis.yml` (+29 -0) ➕ `ahtapotmys/roles/gitlab-container/README.md` (+38 -0) ➕ `ahtapotmys/roles/gitlab-container/defaults/main.yml` (+2 -0) ➕ `ahtapotmys/roles/gitlab-container/handlers/main.yml` (+29 -0) ➕ `ahtapotmys/roles/gitlab-container/meta/main.yml` (+365 -0) ➕ `ahtapotmys/roles/gitlab-container/tasks/conf_integrity.yml` (+17 -0) ➕ `ahtapotmys/roles/gitlab-container/tasks/configure.yml` (+91 -0) ➕ `ahtapotmys/roles/gitlab-container/tasks/hook.yml` (+32 -0) ➕ `ahtapotmys/roles/gitlab-container/tasks/install.yml` (+10 -0) ➕ `ahtapotmys/roles/gitlab-container/tasks/main.yml` (+126 -0) ➕ `ahtapotmys/roles/gitlab-container/tasks/ssh.yml` (+57 -0) ➕ `ahtapotmys/roles/gitlab-container/templates/ahtapot.list.j2` (+3 -0) ➕ `ahtapotmys/roles/gitlab-container/templates/default.conf.j2` (+8 -0) ➕ `ahtapotmys/roles/gitlab-container/templates/defaults.lxc-net.j2` (+5 -0) ➕ `ahtapotmys/roles/gitlab-container/templates/gitlab.rb.j2` (+797 -0) ➕ `ahtapotmys/roles/gitlab-container/templates/network.j2` (+14 -0) ➕ `ahtapotmys/roles/gitlab-container/templates/post-receive-gdys.sh.j2` (+19 -0) ➕ `ahtapotmys/roles/gitlab-container/templates/post-receive-mys.sh.j2` (+19 -0) ➕ `ahtapotmys/roles/gitlab-container/templates/post-receive.sh.j2` (+12 -0) _...and 8 more files_ </details> ### 📄 Description Gitlab bileşenini LXC container'ı olarak MYS makinesi üzerinde kurmayı sağlayan playbook ve rol dosyaları eklendi. --- <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:12 +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#112
No description provided.