[PR #103] [MERGED] Gdys web kurulumu icin playbook ve rolu eklendi. #114

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

📋 Pull Request Information

Original PR: https://github.com/Pardus-Ahtapot/MYS/pull/103
Author: @zkryakgul
Created: 1/27/2021
Status: Merged
Merged: 4/2/2021
Merged by: @ciari

Base: developmentHead: gdys-web


📝 Commits (4)

  • c1a1734 Merge pull request #10 from Pardus-Ahtapot/development
  • 5aa3bbb Gdys-web kurulumu icin playbook ve roller eklendi.
  • c3231f6 Self-signed sertifika kullanilmak istenmemesi durumunda templates altina yerlestirilen crt ve key dosyalarinin uygulanmasi saglandi
  • 857e1ba python virtualenv surumu sabitlendi.

📊 Changes

17 files changed (+783 additions, -0 deletions)

View changed files

ahtapotmys/playbooks/gdys-web.yml (+34 -0)
ahtapotmys/roles/gdys-web/.travis.yml (+29 -0)
ahtapotmys/roles/gdys-web/README.md (+38 -0)
ahtapotmys/roles/gdys-web/defaults/main.yml (+2 -0)
ahtapotmys/roles/gdys-web/files/gdys-web.tar.gz (+0 -0)
ahtapotmys/roles/gdys-web/files/wheelhouse.tar.gz (+0 -0)
ahtapotmys/roles/gdys-web/handlers/main.yml (+16 -0)
ahtapotmys/roles/gdys-web/meta/main.yml (+366 -0)
ahtapotmys/roles/gdys-web/tasks/install.yml (+169 -0)
ahtapotmys/roles/gdys-web/tasks/main.yml (+3 -0)
ahtapotmys/roles/gdys-web/templates/gdys.env.j2 (+16 -0)
ahtapotmys/roles/gdys-web/templates/gdysweb.conf.j2 (+31 -0)
ahtapotmys/roles/gdys-web/templates/gdysweb.service.j2 (+14 -0)
ahtapotmys/roles/gdys-web/tests/inventory (+1 -0)
ahtapotmys/roles/gdys-web/tests/test.yml (+5 -0)
ahtapotmys/roles/gdys-web/vars/main.yml (+40 -0)
ahtapotmys/roles/gdys-web/vars/package.yml (+19 -0)

📄 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/103 **Author:** [@zkryakgul](https://github.com/zkryakgul) **Created:** 1/27/2021 **Status:** ✅ Merged **Merged:** 4/2/2021 **Merged by:** [@ciari](https://github.com/ciari) **Base:** `development` ← **Head:** `gdys-web` --- ### 📝 Commits (4) - [`c1a1734`](https://github.com/Pardus-Ahtapot/MYS/commit/c1a1734d52e44e6b3dcb79bc0669fd11e3f0e144) Merge pull request #10 from Pardus-Ahtapot/development - [`5aa3bbb`](https://github.com/Pardus-Ahtapot/MYS/commit/5aa3bbbb82754d533cc116b46dcd2b017e1b2756) Gdys-web kurulumu icin playbook ve roller eklendi. - [`c3231f6`](https://github.com/Pardus-Ahtapot/MYS/commit/c3231f66ab511da875bf578a21d78f684ed0a7b9) Self-signed sertifika kullanilmak istenmemesi durumunda templates altina yerlestirilen crt ve key dosyalarinin uygulanmasi saglandi - [`857e1ba`](https://github.com/Pardus-Ahtapot/MYS/commit/857e1ba321fde666814c74d6759fb3c62a0ba4a7) python virtualenv surumu sabitlendi. ### 📊 Changes **17 files changed** (+783 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ahtapotmys/playbooks/gdys-web.yml` (+34 -0) ➕ `ahtapotmys/roles/gdys-web/.travis.yml` (+29 -0) ➕ `ahtapotmys/roles/gdys-web/README.md` (+38 -0) ➕ `ahtapotmys/roles/gdys-web/defaults/main.yml` (+2 -0) ➕ `ahtapotmys/roles/gdys-web/files/gdys-web.tar.gz` (+0 -0) ➕ `ahtapotmys/roles/gdys-web/files/wheelhouse.tar.gz` (+0 -0) ➕ `ahtapotmys/roles/gdys-web/handlers/main.yml` (+16 -0) ➕ `ahtapotmys/roles/gdys-web/meta/main.yml` (+366 -0) ➕ `ahtapotmys/roles/gdys-web/tasks/install.yml` (+169 -0) ➕ `ahtapotmys/roles/gdys-web/tasks/main.yml` (+3 -0) ➕ `ahtapotmys/roles/gdys-web/templates/gdys.env.j2` (+16 -0) ➕ `ahtapotmys/roles/gdys-web/templates/gdysweb.conf.j2` (+31 -0) ➕ `ahtapotmys/roles/gdys-web/templates/gdysweb.service.j2` (+14 -0) ➕ `ahtapotmys/roles/gdys-web/tests/inventory` (+1 -0) ➕ `ahtapotmys/roles/gdys-web/tests/test.yml` (+5 -0) ➕ `ahtapotmys/roles/gdys-web/vars/main.yml` (+40 -0) ➕ `ahtapotmys/roles/gdys-web/vars/package.yml` (+19 -0) </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:13 +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#114
No description provided.