Add srvmail

This commit is contained in:
Tunui Franken 2024-01-04 18:59:34 +01:00
parent 31b92d645f
commit 19bb36be3d
3 changed files with 8 additions and 2 deletions

View file

@ -4,9 +4,9 @@
### Testing
#### lime2-test
#### *-test
The lime2-test machine is a test VM managed by Vagrant.
Each machine from the inventory has a *-test variant defined in Vagrantfile for tests.
To connect, we need to tell Ansible the connection details:
```bash

4
Vagrantfile vendored
View file

@ -6,4 +6,8 @@ Vagrant.configure("2") do |config|
lime2.vm.box = "debian/bookworm64"
lime2.vm.hostname = "lime2-test"
end
config.vm.define "srvmail-test" do |srvmail|
srvmail.vm.box = "debian/bookworm64"
srvmail.vm.hostname = "srvmail-test"
end
end

View file

@ -1,2 +1,4 @@
lime2
lime2-test remote_user=vagrant
srvmail
srvmail-test remote_user=vagrant