Skip to content

Commit

Permalink
add gpg keys and fix security repository
Browse files Browse the repository at this point in the history
  • Loading branch information
estenrye committed Aug 29, 2023
1 parent 331eed4 commit 5aa16a4
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions ansible/roles/debmirror/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,37 @@ mirror_repos:
remote:
host: ftp.us.debian.org
root: debian
gpg_key: https://ftp-master.debian.org/keys/archive-key-12.asc
mirror:
name: debian
dists:
- bookworm
- bookworm-updates
sections:
- main
- contrib
arches:
- amd64
- i386
rsync_extras:
- trace
state_cache_days: 0
download:
method: rsync
output:
verbose: true
systemd:
on_calendar: '*-*-* 01/6:30:00'
accuracy_sec: 1m

- handler: debmirror
remote:
host: security.debian.org
root: ''
gpg_key: https://ftp-master.debian.org/keys/archive-key-12-security.asc
mirror:
name: debian-security
dists:
- bookworm-security
sections:
- main
Expand All @@ -67,6 +93,7 @@ mirror_repos:
remote:
host: download.proxmox.com
root: debian/pve
gpg_key: https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg
mirror:
name: pve-no-subscription
dists:
Expand All @@ -90,6 +117,7 @@ mirror_repos:
remote:
host: download.proxmox.com
root: debian/ceph-quincy
gpg_key: https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg
mirror:
name: pve-no-subscription-ceph-quincy
dists:
Expand Down

0 comments on commit 5aa16a4

Please sign in to comment.