Merge branch 'use_charybde_mirrors' into 'newinfra'

Use Proxmox and Grafana mirrors

See merge request nounous/ansible!112
certbot_on_virtu
erdnaxe 2020-11-29 10:59:05 +01:00
commit 6326ee0918
2 changed files with 2 additions and 13 deletions

View File

@ -1,15 +1,4 @@
---
- name: Install APT HTTPS support
apt:
name:
- apt-transport-https
- gpg
state: present
update_cache: true
register: apt_result
retries: 3
until: apt_result is succeeded
- name: Import Grafana GPG signing key
apt_key:
url: https://packages.grafana.com/gpg.key
@ -21,7 +10,7 @@
- name: Add Grafana repository
apt_repository:
repo: deb https://packages.grafana.com/oss/deb stable main
repo: deb http://mirror.adm.crans.org/grafana/oss/deb stable main
state: present
update_cache: true

View File

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