Complete install of my home server
Find a file
2025-02-06 22:56:41 +01:00
.config
inventory Use smtp instead of submission for relaying, add ip to mynetworks 2025-01-24 21:38:25 +01:00
playbooks Include role setup_nftables for common 2025-02-06 22:56:41 +01:00
roles Add systemd check 2025-02-02 18:28:10 +01:00
.gitignore
.yamllint.yml
ansible.cfg Override passwords in host_vars 2024-10-25 19:59:31 +02:00
get-vault-password.sh
README.md Minor change 2024-10-06 11:37:28 +02:00
Vagrantfile Use fixed addresses for accessing each host 2025-01-24 10:14:47 +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