diff --git a/host_vars/webserver-test b/host_vars/webserver-test new file mode 100644 index 0000000000000000000000000000000000000000..b14b978918f107ee1dd1d6680894ad17efa2b086 --- /dev/null +++ b/host_vars/webserver-test @@ -0,0 +1,41 @@ + +# 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" + diff --git a/hosts b/hosts index f9093adb6cc60235af2be2aa9b92c575a9a5d8b5..0f3afb599300aa280067cfefd5bddcf8ba9060be 100644 --- a/hosts +++ b/hosts @@ -26,6 +26,5 @@ warphab ansible_ssh_host=192.168.0.109 [test] # Test VM für WebServer -webserver-test ansible_ssh_host=89.163.231.228 +webserver-test ansible_ssh_host=89.163.231.228 -