Skip to content
Snippets Groups Projects
verwaltung 1.09 KiB

# Host spezifische Variablen 

motd_lines: 
  - "Warpzone Vorstand"
  - "Öffentliche IPs: {{ansible_ens3.ipv4.address}} / {{ansible_ens3.ipv6[0].address}}"

debian_sources: 
  - "deb http://repo.myloc.de/debian stretch main non-free contrib"
  - "deb https://download.docker.com/linux/debian stretch stable"
  - "deb http://packages.x2go.org/debian stretch main"
  - "deb https://repos.influxdata.com/debian stretch stable"


debian_keys_id:
  - "E1F958385BFE2B6E" # x2go repo key
  
debian_keys_url:
  - "https://download.docker.com/linux/debian/gpg"
  - "https://repos.influxdata.com/influxdb.key"


# Primäre IP Adressen des Hosts 
ext_ip4: 89.163.231.227
ext_ip6: 2001:4ba0:ffff:007c::227
int_ip4: 10.42.2.1


# Art des Hosts: physical, vm, docker 
host_type: "vm"


webserver_domains: 
  - "verwaltung.warpzone.ms"
  - "verwaltung-git.warpzone.ms"
  - "verwaltung-ldap.warpzone.ms"


#OpenVPN Konfigurationen 
openvpn_server:
  - "server-zone"

openvpn_clients:
  - "client-webs"


administratorenteam:
  - "sandhome"
  - "void"

vorstandteam:
  - "sandhome"
  - "void"
  - "ole"
  - "larsm"
  - "reverend"