[freeradius] Fix mirror configuration
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>certbot_on_virtu
parent
55c46352f9
commit
60b6c319c3
|
@ -12,7 +12,6 @@
|
||||||
vars:
|
vars:
|
||||||
certbot: '{{ loc_certbot | default(glob_certbot | default([])) }}'
|
certbot: '{{ loc_certbot | default(glob_certbot | default([])) }}'
|
||||||
freeradius: '{{ glob_freeradius | default({}) | combine(loc_freeradius | default({})) }}'
|
freeradius: '{{ glob_freeradius | default({}) | combine(loc_freeradius | default({})) }}'
|
||||||
mirror: '{{ glob_mirror | default({}) | combine(loc_mirror | default({})) }}'
|
|
||||||
roles:
|
roles:
|
||||||
- certbot
|
- certbot
|
||||||
- freeradius
|
- freeradius
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
- name: Add buster-backports to apt sources
|
- name: Add buster-backports to apt sources
|
||||||
apt_repository:
|
apt_repository:
|
||||||
repo: deb http://{{ mirror.name }}/debian buster-backports main
|
repo: deb {{ debian_mirror }} buster-backports main
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Pin freeradius from backports
|
- name: Pin freeradius from backports
|
||||||
|
|
Loading…
Reference in New Issue