Skip to content

Commit

Permalink
Improve default config
Browse files Browse the repository at this point in the history
  • Loading branch information
DO1JLR committed Apr 23, 2024
1 parent 67d3e19 commit e1eb302
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
l3d_apt_mirror__base_path: '/var/spool/apt-mirror'

l3d_apt_mirror__repos:
- deb: 'deb https://debian.ethz.ch/debian stable main contrib non-free non-free-firmware'
clean: 'https://debian.ethz.ch/debian'
- deb: 'deb http://security.ubuntu.com/ubuntu focal-security main'
clean: 'http://security.ubuntu.com/ubuntu'
- deb: 'deb http://archive.ubuntu.com/ubuntu/ focal main'
clean: 'http://archive.ubuntu.com/ubuntu/'
l3d_apt_mirror__repos: []
# - deb: 'deb https://debian.ethz.ch/debian stable main contrib non-free non-free-firmware'
# clean: 'https://debian.ethz.ch/debian'
# - deb: 'deb http://security.ubuntu.com/ubuntu focal-security main'
# clean: 'http://security.ubuntu.com/ubuntu'
# - deb: 'deb http://archive.ubuntu.com/ubuntu/ focal main'
# clean: 'http://archive.ubuntu.com/ubuntu/'

apt_mirror__systemd_on_calendar: '*-*-* 02:30:00'
apt_mirror__systemd_random_delay_sec: '2h'
Expand Down

0 comments on commit e1eb302

Please sign in to comment.