Ansible playbook for my home server
This repository has been archived on 2023-12-29. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Sam A. 54728a8acb
More lint
2022-12-26 00:53:10 +01:00
group_vars/all Add some more system configuration 2022-12-25 19:20:23 +01:00
roles More lint 2022-12-26 00:53:10 +01:00
.ansible-lint More lint 2022-12-26 00:53:10 +01:00
.gitignore Add initial Docker role 2022-12-21 22:25:10 +01:00
README.md Update README.md 2022-12-25 21:56:30 +01:00
ansible.cfg Add initial Docker role 2022-12-21 22:25:10 +01:00
inventory Add initial Docker role 2022-12-21 22:25:10 +01:00
playbook.yml More lint 2022-12-26 00:53:10 +01:00
provision.sh mv {deploy,provision}.sh 2022-12-25 21:15:38 +01:00

README.md

pi-ansible

This is the Ansible playbook I use to provision my home server, where I self-host various stuff. The machine is a Raspberry Pi 4 Model B with 8 GB RAM.

Credits

This project is in large part inspired by the work over on data.coop's Ansible setup.