Complete install of my home server
Find a file
2023-11-29 17:55:48 +01:00
.config Fix some linting 2022-12-16 21:25:23 +01:00
roles Rename some variables 2023-10-01 17:30:38 +02:00
.gitignore Use vagrant defaults for connection to test machine 2023-09-24 12:24:55 +02:00
.yamllint.yml Add default values for yamllint 2022-06-25 13:58:29 +02:00
ansible.cfg Use vagrant defaults for connection to test machine 2023-09-24 12:24:55 +02:00
get-vault-password.sh Rename file for vault password 2023-03-09 09:54:12 +01:00
inventory.ini Use vagrant defaults for connection to test machine 2023-09-24 12:24:55 +02:00
playbook.yml Use vagrant defaults for connection to test machine 2023-09-24 12:24:55 +02:00
README.md Update README with some testing instructions 2023-11-29 17:55:48 +01:00
Vagrantfile Use vagrant defaults for connection to test machine 2023-09-24 12:24:55 +02:00

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

Usage

Testing

lime2-test

The lime2-test machine is a test VM managed by Vagrant. 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