Skip to content
Snippets Groups Projects
tiffany 795 B

# Host spezifische Variablen 

motd_lines: 
  - "Tiffany - Root Server @ hetzner"
  - "Öffentliche IPs: {{ansible_enp35s0.ipv4.address}} / {{ansible_enp35s0.ipv6[0].address}}"

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

debian_keys_id:

debian_keys_url:
  - "http://download.proxmox.com/debian/proxmox-release-bullseye.gpg"


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

# Primäre IP Adressen des Hosts 
int_ip4: 159.69.57.15

administratorenteam:
  - "void"
  - "sandhome"
  - "jabertwo"