Rename mailserver-test to eumycota-test
This commit is contained in:
parent
47ddfb86c3
commit
81f9b829c3
7 changed files with 14 additions and 14 deletions
12
Vagrantfile
vendored
12
Vagrantfile
vendored
|
@ -21,16 +21,16 @@ Vagrant.configure("2") do |config|
|
|||
end
|
||||
end
|
||||
|
||||
config.vm.define "mailserver-test" do |mailserver|
|
||||
mailserver.vm.box = "debian/bookworm64"
|
||||
mailserver.vm.hostname = "mailserver-test"
|
||||
mailserver.vm.network :private_network, :ip => "10.1.2.25"
|
||||
mailserver.vm.provider :libvirt do |libvirt|
|
||||
config.vm.define "eumycota-test" do |eumycota|
|
||||
eumycota.vm.box = "debian/bookworm64"
|
||||
eumycota.vm.hostname = "eumycota-test"
|
||||
eumycota.vm.network :private_network, :ip => "10.1.2.25"
|
||||
eumycota.vm.provider :libvirt do |libvirt|
|
||||
libvirt.memory = 4096
|
||||
libvirt.cpus = 2
|
||||
libvirt.storage :file, :size => '6G'
|
||||
end
|
||||
mailserver.vm.provision "shell" do |shell|
|
||||
eumycota.vm.provision "shell" do |shell|
|
||||
shell.inline = <<-SHELL
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
apt-get install -y lvm2
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
|
||||
icinga2_master: lime2-test
|
||||
icinga2_agent: mailserver-test
|
||||
relayhost: mailserver-test
|
||||
icinga2_agent: eumycota-test
|
||||
relayhost: eumycota-test
|
||||
relayclient: lime2-test
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
lime2
|
||||
lime2-test remote_user=vagrant
|
||||
eumycota
|
||||
mailserver-test remote_user=vagrant
|
||||
eumycota-test remote_user=vagrant
|
||||
|
||||
[testservers]
|
||||
lime2-test
|
||||
mailserver-test
|
||||
eumycota-test
|
||||
|
||||
[prodservers]
|
||||
lime2
|
||||
|
@ -17,4 +17,4 @@ lime2-test
|
|||
|
||||
[mailservers]
|
||||
eumycota
|
||||
mailserver-test
|
||||
eumycota-test
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
|
||||
icinga2_master: lime2-test
|
||||
icinga2_agent: mailserver-test
|
||||
icinga2_agent: eumycota-test
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
|
||||
icinga2_master: lime2-test
|
||||
icinga2_agent: mailserver-test
|
||||
icinga2_agent: eumycota-test
|
||||
icinga2_admin_mail: icinga@tunuifranken.info
|
||||
icinga2_notification_from_mail: icinga@tunuifranken.info
|
||||
nagstamon_pwd: foo
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
|
||||
mydomain: tunuifranken.info
|
||||
mailserver: mailserver-test
|
||||
mailserver: eumycota-test
|
||||
|
|
Loading…
Add table
Reference in a new issue