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. 5e552fa8a3
Allow all of sapti.me from DNS
2023-12-27 23:09:33 +01:00
collections Specify version for collection 2023-10-29 00:08:10 +02:00
group_vars/all Add local domain to some services for TLS 2023-09-23 20:56:01 +02:00
roles Allow all of sapti.me from DNS 2023-12-27 23:09:33 +01:00
.ansible-lint Add var-naming[no-role-prefix] to warn list 2023-09-23 22:51:50 +02: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 Set ask_vault_pass in ansible.cfg 2023-12-23 18:04:31 +01:00
inventory Add local domain to some services for TLS 2023-09-23 20:56:01 +02:00
playbook.yml Rename role 2023-01-04 22:31:48 +01:00
provision.sh Allow all of sapti.me from DNS 2023-12-27 23:09:33 +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.