Skip to content
Snippets Groups Projects
Commit 34684c63 authored by Christian Elberfeld's avatar Christian Elberfeld
Browse files

umzug webserver

parent 408d9b77
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
motd_lines: motd_lines:
- "Webserver" - "Webserver"
- "Öffentliche IPs: {{ansible_ens3.ipv4.address}} / {{ansible_ens3.ipv6[0].address}}" - "Öffentliche IPs: {{ansible_ens18.ipv4.address}} / {{ansible_ens18.ipv6[0].address}}"
debian_sources: debian_sources:
- "deb http://ftp2.de.debian.org/debian/ buster main contrib non-free" - "deb http://ftp2.de.debian.org/debian/ buster main contrib non-free"
...@@ -17,8 +17,8 @@ debian_keys_url: ...@@ -17,8 +17,8 @@ debian_keys_url:
# Primäre IP Adressen des Hosts # Primäre IP Adressen des Hosts
ext_ip4: 89.163.231.226 ext_ip4: 159.69.57.51
ext_ip6: 2001:4ba0:ffff:7c::2 ext_ip6: 2a01:4f8:231:8a1:159:69:57:51
int_ip4: 10.42.1.1 int_ip4: 10.42.1.1
# Art des Hosts: physical, vm, docker # Art des Hosts: physical, vm, docker
...@@ -108,7 +108,7 @@ alert: ...@@ -108,7 +108,7 @@ alert:
- { name: "wordpress_db_1" } - { name: "wordpress_db_1" }
disks: disks:
- { mountpoint: "/", warn: "5 GB", crit: "1 GB" } - { mountpoint: "/", warn: "5 GB", crit: "1 GB" }
- { mountpoint: "/var/lib/docker", warn: "1 GB", crit: "500 MB" } - { mountpoint: "/srv", warn: "1 GB", crit: "500 MB" }
# Definition von Borgbackup Repositories # Definition von Borgbackup Repositories
......
...@@ -12,7 +12,7 @@ tiffany ansible_ssh_host=159.69.57.15 ...@@ -12,7 +12,7 @@ tiffany ansible_ssh_host=159.69.57.15
# Öffentlicher Webserver Warpzone # Öffentlicher Webserver Warpzone
# VM auf dem Webtropia-Server # VM auf dem Webtropia-Server
webserver ansible_ssh_host=89.163.231.226 webserver ansible_ssh_host=159.69.57.51
# Vorstands-VM # Vorstands-VM
# VM auf dem Webtropia-Server # VM auf dem Webtropia-Server
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment