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
|
||||||
end
|
end
|
||||||
|
|
||||||
config.vm.define "mailserver-test" do |mailserver|
|
config.vm.define "eumycota-test" do |eumycota|
|
||||||
mailserver.vm.box = "debian/bookworm64"
|
eumycota.vm.box = "debian/bookworm64"
|
||||||
mailserver.vm.hostname = "mailserver-test"
|
eumycota.vm.hostname = "eumycota-test"
|
||||||
mailserver.vm.network :private_network, :ip => "10.1.2.25"
|
eumycota.vm.network :private_network, :ip => "10.1.2.25"
|
||||||
mailserver.vm.provider :libvirt do |libvirt|
|
eumycota.vm.provider :libvirt do |libvirt|
|
||||||
libvirt.memory = 4096
|
libvirt.memory = 4096
|
||||||
libvirt.cpus = 2
|
libvirt.cpus = 2
|
||||||
libvirt.storage :file, :size => '6G'
|
libvirt.storage :file, :size => '6G'
|
||||||
end
|
end
|
||||||
mailserver.vm.provision "shell" do |shell|
|
eumycota.vm.provision "shell" do |shell|
|
||||||
shell.inline = <<-SHELL
|
shell.inline = <<-SHELL
|
||||||
export DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
apt-get install -y lvm2
|
apt-get install -y lvm2
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
icinga2_master: lime2-test
|
icinga2_master: lime2-test
|
||||||
icinga2_agent: mailserver-test
|
icinga2_agent: eumycota-test
|
||||||
relayhost: mailserver-test
|
relayhost: eumycota-test
|
||||||
relayclient: lime2-test
|
relayclient: lime2-test
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
lime2
|
lime2
|
||||||
lime2-test remote_user=vagrant
|
lime2-test remote_user=vagrant
|
||||||
eumycota
|
eumycota
|
||||||
mailserver-test remote_user=vagrant
|
eumycota-test remote_user=vagrant
|
||||||
|
|
||||||
[testservers]
|
[testservers]
|
||||||
lime2-test
|
lime2-test
|
||||||
mailserver-test
|
eumycota-test
|
||||||
|
|
||||||
[prodservers]
|
[prodservers]
|
||||||
lime2
|
lime2
|
||||||
|
@ -17,4 +17,4 @@ lime2-test
|
||||||
|
|
||||||
[mailservers]
|
[mailservers]
|
||||||
eumycota
|
eumycota
|
||||||
mailserver-test
|
eumycota-test
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
icinga2_master: lime2-test
|
icinga2_master: lime2-test
|
||||||
icinga2_agent: mailserver-test
|
icinga2_agent: eumycota-test
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
icinga2_master: lime2-test
|
icinga2_master: lime2-test
|
||||||
icinga2_agent: mailserver-test
|
icinga2_agent: eumycota-test
|
||||||
icinga2_admin_mail: icinga@tunuifranken.info
|
icinga2_admin_mail: icinga@tunuifranken.info
|
||||||
icinga2_notification_from_mail: icinga@tunuifranken.info
|
icinga2_notification_from_mail: icinga@tunuifranken.info
|
||||||
nagstamon_pwd: foo
|
nagstamon_pwd: foo
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
mydomain: tunuifranken.info
|
mydomain: tunuifranken.info
|
||||||
mailserver: mailserver-test
|
mailserver: eumycota-test
|
||||||
|
|
Loading…
Add table
Reference in a new issue