[apt] Use custom Proxmox mirror

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-06-21 21:59:47 +02:00
parent e079121cc7
commit 1c23ef255d
Signed by: _ynerant
GPG Key ID: 3A75C55819C8CF85
3 changed files with 4 additions and 1 deletions

View File

@ -0,0 +1,2 @@
---
proxmox_mirror: http://mirror.adm.crans.org/proxmox/debian/pve

View File

@ -9,6 +9,7 @@ glob_ntp_client:
- terenez.cachan-adm.crans.org
debian_mirror: http://mirror.cachan-adm.crans.org/debian
proxmox_mirror: http://mirror.cachan-adm.crans.org/proxmox/debian/pve
loc_postgres:
subnets:

View File

@ -1,2 +1,2 @@
{{ ansible_header | comment }}
deb http://mirror.adm.crans.org/proxmox/debian/pve {{ ansible_lsb.codename }} pve-no-subscription
deb {{ proxmox_mirror }} {{ ansible_distribution_release }} pve-no-subscription