-
Notifications
You must be signed in to change notification settings - Fork 9
/
config.yaml
37 lines (36 loc) · 1.03 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Copyright 2020 Ubuntu
# See LICENSE file for licensing details.
options:
mirror-list:
default: |-
deb http://archive.ubuntu.com/ubuntu bionic main restricted universe multiverse
description: A list of repositories to mirror.
type: string
base-path:
default: /var/spool/apt-mirror
description: Repository base path.
type: string
architecture:
default: amd64
description: Architecture(s) to mirror.
type: string
threads:
default: 20
description: Number of download threads.
type: int
cron-schedule:
default: None
description: The cron tab time entry for automatic synchronisation.
type: string
use-proxy:
default: True
description: Use model juju-http(s)-proxy settings if provided.
type: boolean
strip-mirror-name:
default: False
description: Strip upstream mirror name from repo paths in the snapshots.
type: boolean
strip-mirror-path:
default: None
description: Strip upstream mirror path component in the snapshots.
type: string