blob: 1b9f820620efc0fc1c45dfd2e9e53b9bcfc59625 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
---
# 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 }}"
|