Skip to content
Snippets Groups Projects
Forked from infrastruktur / ansible-warpzone
1208 commits behind the upstream repository.
webserver-test 1.09 KiB

# 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"