[PR #7] [MERGED] Replaced scaleway with DO #10

Closed
opened 2026-02-16 12:32:32 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/infrastructure/pull/7
Author: @tboerger
Created: 12/14/2016
Status: Merged
Merged: 12/14/2016
Merged by: @lunny

Base: masterHead: do


📝 Commits (1)

  • 3327149 Replaced scaleway with DO

📊 Changes

23 files changed (+707 additions, -253 deletions)

View changed files

📝 ansible/group_vars/all.yml (+0 -6)
📝 ansible/host_vars/dchi.yml (+0 -0)
ansible/host_vars/pangu.yml (+0 -0)
📝 ansible/hosts.ini (+2 -1)
📝 ansible/playbook.yml (+21 -6)
📝 ansible/roles/base/vars/ubuntu.yml (+2 -0)
ansible/roles/demo/defaults/main.yml (+2 -0)
ansible/roles/demo/handlers/main.yml (+5 -0)
ansible/roles/demo/tasks/main.yml (+21 -0)
ansible/roles/demo/templates/default.j2 (+0 -0)
ansible/roles/demo/templates/service.j2 (+26 -0)
📝 ansible/roles/minio/templates/service.j2 (+1 -1)
📝 docs/terraform.png (+0 -0)
templates/user_data.yml (+50 -0)
terraform/demos.tf (+34 -0)
📝 terraform/domains.tf (+62 -58)
📝 terraform/outputs.tf (+19 -3)
📝 terraform/providers.tf (+2 -4)
📝 terraform/servers.tf (+27 -23)
terraform/sshkeys.tf (+6 -0)

...and 3 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/go-gitea/infrastructure/pull/7 **Author:** [@tboerger](https://github.com/tboerger) **Created:** 12/14/2016 **Status:** ✅ Merged **Merged:** 12/14/2016 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `do` --- ### 📝 Commits (1) - [`3327149`](https://github.com/go-gitea/infrastructure/commit/3327149f918b309d7217539c5d7aed85471761cb) Replaced scaleway with DO ### 📊 Changes **23 files changed** (+707 additions, -253 deletions) <details> <summary>View changed files</summary> 📝 `ansible/group_vars/all.yml` (+0 -6) 📝 `ansible/host_vars/dchi.yml` (+0 -0) ➕ `ansible/host_vars/pangu.yml` (+0 -0) 📝 `ansible/hosts.ini` (+2 -1) 📝 `ansible/playbook.yml` (+21 -6) 📝 `ansible/roles/base/vars/ubuntu.yml` (+2 -0) ➕ `ansible/roles/demo/defaults/main.yml` (+2 -0) ➕ `ansible/roles/demo/handlers/main.yml` (+5 -0) ➕ `ansible/roles/demo/tasks/main.yml` (+21 -0) ➕ `ansible/roles/demo/templates/default.j2` (+0 -0) ➕ `ansible/roles/demo/templates/service.j2` (+26 -0) 📝 `ansible/roles/minio/templates/service.j2` (+1 -1) 📝 `docs/terraform.png` (+0 -0) ➕ `templates/user_data.yml` (+50 -0) ➕ `terraform/demos.tf` (+34 -0) 📝 `terraform/domains.tf` (+62 -58) 📝 `terraform/outputs.tf` (+19 -3) 📝 `terraform/providers.tf` (+2 -4) 📝 `terraform/servers.tf` (+27 -23) ➕ `terraform/sshkeys.tf` (+6 -0) _...and 3 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>
yindo added the pull-request label 2026-02-16 12:32:32 -05:00
yindo closed this issue 2026-02-16 12:32:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: go-gitea/infrastructure#10