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

host vars für webserver-test

parent fc8910b7
No related branches found
No related tags found
No related merge requests found
# Host spezifische Variablen
motd_lines:
- "Webserver TEST"
- "Öffentliche IPs: {{ansible_ens3.ipv4.address}} / {{ansible_ens3.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:
- "https://download.docker.com/linux/debian/gpg"
- "https://repos.influxdata.com/influxdb.key"
# Art des Hosts: physical, vm, docker
host_type: "vm"
letsencrypt_tos_sha256: 6373439b9f29d67a5cd4d18cbc7f264809342dbf21cb2ba2fc7588df987a6221
letsencrypt_mail: verwaltung@warpzone.ms
webserver_domains:
- "infra-test"
- "jabber-test"
- "muc.jabber-test"
- "proxy.jabber-test"
- "www-test"
administratorenteam:
- "void"
- "dray"
- "sandhome"
- "commander1024"
...@@ -26,6 +26,5 @@ warphab ansible_ssh_host=192.168.0.109 ...@@ -26,6 +26,5 @@ warphab ansible_ssh_host=192.168.0.109
[test] [test]
# Test VM für WebServer # Test VM für WebServer
webserver-test ansible_ssh_host=89.163.231.228 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