Skip to content
Snippets Groups Projects
Commit 7601ed67 authored by void's avatar void
Browse files

Aktualisirte baseline config

parent 7e8ad70e
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,8 @@
\/ \/ // \\ || \\ || //=== \\=// || \|| ||====
Server: {{ ansible_hostname }}
Öffentliche IPs: {{ansible_eth0.ipv4.address}} / {{ansible_eth0.ipv6[0].address}}
{% for line in motd_lines %}
{{ line }}
{% endfor %}
# Host spezifische Variablen
motd_lines:
- "Vorstands-PI"
- "Öffentliche IPs: {{ansible_eth0.ipv4.address}} / {{ansible_eth0.ipv6[0].address}}"
debian_sources:
- "deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free rpi"
......
# Host spezifische Variablen
motd_lines:
- "OpenHAB Server"
- "Öffentliche IPs: {{ansible_eth0.ipv4.address}} / {{ansible_eth0.ipv6[0].address}}"
debian_sources:
- "deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free rpi"
- "deb https://homegear.eu/packages/Raspbian/ jessie/"
......
# Host spezifische Variablen
motd_lines:
- "Externer Server @ myLoc"
- "Öffentliche IPs: {{ansible_br0.ipv4.address}} / {{ansible_br0.ipv6[0].address}}"
debian_sources:
- "deb http://repo.myloc.de/debian jessie main non-free contrib"
- "deb http://security.debian.org/ jessie/updates main contrib non-free"
debian_keys:
administratorenteam:
- "void"
- "sandhome"
- "sandmobil"
# Host spezifische Variablen
motd_lines:
- "Interner Server @ warpzone"
- "Haupt-IP @ eth2: {{ansible_eth2.ipv4.address}}"
debian_sources:
- "deb http://debian.uni-duisburg-essen.de/debian/ jessie main non-free contrib"
- "deb http://security.debian.org/ jessie/updates main contrib non-free"
- "deb http://debian.uni-duisburg-essen.de/debian/ jessie-updates main contrib non-free"
debian_keys:
administratorenteam:
- "void"
- "sandhome"
- "sandmobil"
# - "ennox" (ssh key fehlt noch)
# Host spezifische Variablen
motd_lines:
- "Webserver"
- "Öffentliche IPs: {{ansible_eth0.ipv4.address}} / {{ansible_eth0.ipv6[0].address}}"
debian_sources:
- "deb http://ftp.halifax.rwth-aachen.de/debian/ jessie main contrib non-free"
- "deb http://security.debian.org/ jessie/updates main contrib non-free"
......
......@@ -2,12 +2,18 @@
# Debian Jessie basierte Server
[debianjessie]
# Interner Server Warpzone
# Umgebaute Watchguard im Serverschrank
# Die KVM Verwaltung erfolgt aktuell noch manuell
warpsrvint ansible_ssh_host=192.168.0.103
# Server für Interne Dienste
warpdock ansible_ssh_host=192.168.0.201
# warpsrvint ansible_ssh_host=192.168.0.103
# Öffentlicher Server Warpzone
# Hauptinstanz für KVM Verwaltung
# kvmserver ansible_ssh_host=217.79.181.126
# Webserver im Rechnzentrum bei myLoc
# Die KVM Verwaltung erfolgt aktuell noch manuell
warpsrvext ansible_ssh_host=217.79.181.126
# Öffentlicher Webserver Warpzone
# 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