templier-ansible/group_vars/virtu.yml
Yohann D'ANELLO 7388125008
[apt] Configure APT sources
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
2021-04-07 23:55:10 +02:00

9 lines
237 B
YAML

---
service_apt:
extra_repositories:
- name: pve-entreprise
repositories:
- url: "{{ glob_apt.mirror }}proxmox/debian/pve"
version: "{{ ansible_distribution_release }}"
tags: "pve-no-subscription"