va1entin / HomeServerPi

Ansible playbooks, configs and scripts for my Raspberry Pi home server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HomeServerPi

This repository contains Ansible playbooks, configs, scripts etc. for my small home server, which is a Raspberry Pi 4B with 4GB RAM running on Raspberry Pi OS.

Currently, the contents of the main branch are for Raspberry Pi OS based on Debian 11 Buster.

More swap

dphys-swapfile swapoff
vim /etc/dphys-swapfile

CONF_SWAPSIZE=10240 CONF_MAXSWAP=20480

dphys-swapfile setup
dphys-swapfile swapon
reboot

About

Ansible playbooks, configs and scripts for my Raspberry Pi home server


Languages

Language:Shell 54.5%Language:Vim Script 23.3%Language:Jinja 21.0%Language:Dockerfile 1.1%