add backport for proxmox

networking
Jean-Marie Mineau 3 years ago
parent d1165fc6f2
commit d25ad653b1

@ -4,7 +4,7 @@ all:
ubuntu: ubuntu:
hosts: hosts:
hindley.adh.auro.re: hindley.adh.auro.re:
debian-buster: debian_buster:
hosts: hosts:
azerty.fil.sand.auro.re: azerty.fil.sand.auro.re:
dns-histausse.fil.sand.auro.re: dns-histausse.fil.sand.auro.re:
@ -12,7 +12,7 @@ all:
vm1: vm1:
vm2: vm2:
vm3: vm3:
proxmox: proxmox_buster:
hosts: hosts:
hellman.fil.sand.auro.re: hellman.fil.sand.auro.re:
proxy: proxy:
@ -38,3 +38,4 @@ all:
hosts: hosts:
azerty.fil.sand.auro.re: azerty.fil.sand.auro.re:
hindley.adh.auro.re: hindley.adh.auro.re:
hellman.fil.sand.auro.re:

@ -3,4 +3,4 @@
apt_repository: apt_repository:
repo: deb http://deb.debian.org/debian buster-backports main repo: deb http://deb.debian.org/debian buster-backports main
state: present state: present
when: "'debian-buster' in group_names" when: "'debian_buster' in group_names or 'proxmox_buster' in group_names"

Loading…
Cancel
Save