Skip to content
Snippets Groups Projects
weatherwax 1.01 KiB

# Host spezifische Variablen 

motd_lines: 
  - "Weathermax - Interner Proxmox Server @ warpzone"
  - "IPs: {{ansible_bond0.ipv4.address}}"

debian_sources: 
  - "deb http://deb.debian.org/debian/ bullseye main non-free contrib"
  - "deb http://security.debian.org/debian-security bullseye-security main contrib non-free"
  - "deb http://deb.debian.org/debian/ bullseye-updates main contrib non-free"
  - "deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription"

debian_keys_id:

debian_keys_url:
  - "https://enterprise.proxmox.com/debian/proxmox-release-bullseye.gpg"


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

# Primäre IP Adressen des Hosts 
int_ip4: 192.168.0.200

administratorenteam:
  - "void"
  - "sandhome"
  - "3d"
  - "jabertwo"

# Monitoring aktivieren
alert:
  load:
    warn: 10
    crit: 20
  disks:
    - { mountpoint: "/",         warn: "10 GB", crit: "3 GB" }
    # btrfs currently no data from node exporter 
    # - { mountpoint: "/mnt/data", warn: "10 GB", crit: "3 GB" }