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

development server hinzugefügt

parent 760ad931
No related branches found
No related tags found
No related merge requests found
# Host spezifische Variablen
motd_lines:
- "Develop"
- "Öffentliche IPs: {{ansible_eno1.ipv4.address}} / {{ansible_eno1.ipv6[0].address}}"
debian_sources:
- "deb http://ftp.halifax.rwth-aachen.de/debian/ stretch main contrib non-free"
- "deb http://security.debian.org/ stretch/updates main contrib non-free"
- "deb http://ftp.de.debian.org/debian/ stretch-updates main"
- "deb http://ftp.halifax.rwth-aachen.de/debian/ stretch-updates main contrib non-free"
- "deb https://download.docker.com/linux/debian stretch stable"
- "deb https://repos.influxdata.com/debian stretch stable"
debian_keys_id:
debian_keys_url:
- "https://download.docker.com/linux/debian/gpg"
- "https://repos.influxdata.com/influxdb.key"
# Primäre IP Adressen des Hosts
int_ip4: 192.168.0.202
# Art des Hosts: physical, vm, docker
host_type: "physical"
webserver_domains:
- "test.warpzone"
administratorenteam:
- "void"
- "reverend"
......@@ -21,6 +21,8 @@ webserver ansible_ssh_host=89.163.231.226
# Auch erreichbar unter werwaltung.warpzone.ms
verwaltung ansible_ssh_host=89.163.231.227
# Test VM für externe Dienste
develop ansible_ssh_host=192.168.0.202
# Raspberry-PI Server
[raspbianjessie]
......@@ -29,8 +31,10 @@ verwaltung ansible_ssh_host=89.163.231.227
# OpenHAB Server
warphab ansible_ssh_host=192.168.0.109
[test]
# Test VM für WebServer
webserver-test ansible_ssh_host=89.163.231.228
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