summaryrefslogtreecommitdiff
path: root/roles/vm-host/defaults/main.yaml
blob: 0e3cddf1ba6b22788f7d6fb8fb04d5682201011b (plain) (blame)
1
2
3
4
5
6
7
---
vm_host_force_download_installer: False
vm_host_installer_url:
  # debian: "{{ debian_mirror.packages | default('http://deb.debian.org/debian') }}"
  # ubuntu: "{{ ubuntu_mirror | default('http://archive.ubuntu.com/ubuntu') }}"
  debian: "http://deb.debian.org/debian"
  ubuntu: "http://archive.ubuntu.com/ubuntu"