mirror of
https://github.com/go-gitea/infrastructure.git
synced 2026-07-21 01:35:22 -04:00
[PR #20] [CLOSED] Enable swapfile on dchi #22
Reference in New Issue
Block a user
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/go-gitea/infrastructure/pull/20
Author: @bkcsoft
Created: 5/14/2017
Status: ❌ Closed
Base:
master← Head:bkcsoft/swapfile📝 Commits (2)
e2ff3e9Add role for Swapfilea35ff53dchi needs a swapfile... 😢📊 Changes
4 files changed (+52 additions, -0 deletions)
View changed files
📝
ansible/playbook.yml(+1 -0)➕
ansible/roles/swapfile/defaults/main.yml(+6 -0)➕
ansible/roles/swapfile/handlers/main.yml(+3 -0)➕
ansible/roles/swapfile/tasks/main.yml(+42 -0)📄 Description
Demo server (
try.gitea.ioakadchi) needs a swapfile so Gitea doesn't crash on start...If someone knows how to pull a git-repo instead of copy-pasting them here, do tell. Until then I've just copy-pasted this one which I hope works :trollface: https://github.com/kamaln7/ansible-swapfile
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.