Complete install of my home server
Find a file
2024-07-24 18:25:33 +02:00
.config Fix some linting 2022-12-16 21:25:23 +01:00
inventory Add role "add_cert" to be used instead of add_cert_{dns_01,http_01} 2024-04-09 23:51:18 +02:00
roles Set mydestination to localhost 2024-07-24 18:25:33 +02:00
.gitignore Use vagrant defaults for connection to test machine 2023-09-24 12:24:55 +02:00
.yamllint.yml
ansible.cfg Make SSH connections faster 2024-07-06 20:40:50 +02:00
get-vault-password.sh Rename file for vault password 2023-03-09 09:54:12 +01:00
playbook_lime2.yml Use groups for 'hosts:' in the playbooks 2024-07-24 16:22:24 +02:00
playbook_mailserver.yml Use groups for 'hosts:' in the playbooks 2024-07-24 16:22:24 +02:00
README.md Add srvmail 2024-01-04 18:59:34 +01:00
todo Update todo 2024-01-12 20:51:34 +01:00
Vagrantfile Set lime2-test VM RAM to 1G 2024-04-07 17:08:53 +02: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 playbook.yml -t forgejo -l lime2-test