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. ca73aa5b9b
Add cron job to prune unused Docker data
2023-07-07 23:19:19 +02:00
group_vars/all Add DNS Caddy plugin and enable IPFS subdomains 2023-07-02 18:07:23 +02:00
roles Add cron job to prune unused Docker data 2023-07-07 23:19:19 +02:00
.ansible-lint Linting 2023-03-22 19:31:21 +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 Linting and stuff 2023-07-01 01:18:03 +02:00
inventory Use remote_tmp in /tmp 2022-12-31 14:26:22 +01:00
playbook.yml Rename role 2023-01-04 22:31:48 +01:00
provision.sh Add cron job to prune unused Docker data 2023-07-07 23:19:19 +02: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.