blob: d42ee361a906e298eac588b2194158b14c2d5bba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
---
# debian_installer_distro: debian
# debian_installer_codename: buster
debian_installer_arch: amd64
# debian_installer_variant: netboot
debian_installer_force_download: no
debian_installer_url:
debian: "http://{{ apt_repo_providers[apt_repo_provider].debian.host }}{{ apt_repo_providers[apt_repo_provider].debian.path }}"
ubuntu: "http://{{ apt_repo_providers[apt_repo_provider].ubuntu.host }}{{ apt_repo_providers[apt_repo_provider].ubuntu.path }}"
kali: "http://{{ apt_repo_providers[apt_repo_provider].kali.host }}{{ apt_repo_providers[apt_repo_provider].kali.path }}"
|