Skip to content
Snippets Groups Projects
weatherwax 1.33 KiB

# Host spezifische Variablen 

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

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

debian_keys_id:

debian_keys_url:
  - "https://enterprise.proxmox.com/debian/proxmox-release-bookworm.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"

drives:
  sda1:
    uuid: 6278aa48-6fc9-4889-be5f-d168627141b8
    path: /
    fstype: ext4
  sda2:
    uuid: aae468a2-1090-48f6-97fc-7366a84462f0
    path: none
    fstype: swap
  sdb1:
    uuid: 9b1c727b-a836-4e2b-a6e8-ca8b5a8949a2
    path: /mnt/data
    fstype: btrfs

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