From f2061dfd6b2ddf1fbb639b1888cb52a9776e51ce Mon Sep 17 00:00:00 2001 From: Christian Elberfeld <christian.elberfeld@adesso.de> Date: Tue, 10 Jul 2018 22:36:54 +0200 Subject: [PATCH] =?UTF-8?q?host=20vars=20f=C3=BCr=20webserver-test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- host_vars/webserver-test | 41 ++++++++++++++++++++++++++++++++++++++++ hosts | 3 +-- 2 files changed, 42 insertions(+), 2 deletions(-) create mode 100644 host_vars/webserver-test diff --git a/host_vars/webserver-test b/host_vars/webserver-test new file mode 100644 index 00000000..b14b9789 --- /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 f9093adb..0f3afb59 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 - -- GitLab