mirror of
https://github.com/Pardus-Ahtapot/MYS.git
synced 2026-04-25 17:45:56 +03:00
[PR #92] [MERGED] Gitlab-container rol ve playbook'u eklendi #112
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/MYS#112
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
development← Head:gitlab-contaier📝 Commits (7)
ec1eb9egitlab-container rolu ve playbooku eklendi.48aeb44hosts degiskenlerini iceren vars dosyasi eklendi719ef04GıtLab containerina ait rootfs path'i degisken haline getirildi.62a2d4bvars dosyasının adı düzeltildi.c51dbcbGitLab url değişkenindeki tanımlama yanlışı düzeltildi.d9a2a8cotomatik olusturulmus sertifikalar icin gitlab configurasyon template'i icerisindeki path duzenlendi.3e25f61Gitlab 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.