Skip to content
Snippets Groups Projects
Forked from infrastruktur / ansible-warpzone
579 commits behind the upstream repository.
tiffany 796 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://deb.debian.org/debian/ buster main non-free contrib"
  - "deb http://security.debian.org/debian-security buster/updates main contrib non-free"
  - "deb http://deb.debian.org/debian/ buster-updates main contrib non-free"
  - "deb http://download.proxmox.com/debian/pve buster pve-no-subscription"

debian_keys_id:

debian_keys_url:
  - "http://download.proxmox.com/debian/proxmox-ve-release-6.x.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"