add backport for proxmox
This commit is contained in:
parent
d1165fc6f2
commit
d25ad653b1
2 changed files with 4 additions and 3 deletions
5
hosts
5
hosts
|
@ -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…
Reference in a new issue