Skip to content
Snippets Groups Projects
all 487 B

# Global ansible settings
ansible_python_interpreter: /usr/bin/python3

# Globale Variablen für alle Server

# Letsencrypt notification mail 
letsencrypt_mail: verwaltung@warpzone.ms



# Zentrale InfluxDb für Systemmonitoring  
influxdb_sysmon:
  url: "http://192.168.0.201:18086"
  db: "influx"
  user: "influx" 
  password: "influx" 

# Zentrale InfluxDb für Snmp Daten   
influxdb_snmp:
  url: "http://192.168.0.201:28086"
  db: "influx"
  user: "influx" 
  password: "influx"