Complete install of my home server
Find a file
2025-04-02 00:09:35 +02:00
.config
inventory forgejo-backup: Don't zip the archive to use it with borgmatic 2025-03-30 14:21:07 +02:00
playbooks Add backup playbook in the all.yml playbook 2025-03-30 13:09:02 +02:00
roles borgmatic is run under user root so postgres superuser doesn't match peer 2025-04-02 00:09:35 +02:00
.gitignore Use vagrant defaults for connection to test machine 2023-09-24 12:24:55 +02:00
.yamllint.yml
ansible.cfg Override passwords in host_vars 2024-10-25 19:59:31 +02:00
get-vault-password.sh Rename file for vault password 2023-03-09 09:54:12 +01:00
README.md Minor change 2024-10-06 11:37:28 +02:00
Vagrantfile Rename mailserver-test to eumycota-test 2025-03-28 10:23:44 +01:00

Complete install of my home server, originally running on Olimex's Lime2

Usage

Testing

*-test

Each machine from the inventory has a *-test variant defined in Vagrantfile for tests. To connect, we need to tell Ansible the connection details:

vagrant ssh-config > ssh_config

We can now run tasks on the test machine:

ansible-playbook playbooks/lime2.yml -t forgejo -l lime2-test