summaryrefslogtreecommitdiff
path: root/inventory/host_vars
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2024-05-26 21:44:21 +0200
committerChristian Pointner <equinox@spreadspace.org>2024-05-26 21:44:21 +0200
commit1bdadee9e8d56e3c37102d96cf585ca8958a454e (patch)
tree1d5755d4f92251e10248df4183738a75690a43e0 /inventory/host_vars
parentuse LACP for switch interconnect (diff)
apt-cacher-ng: initial working role
Diffstat (limited to 'inventory/host_vars')
-rw-r--r--inventory/host_vars/ch-apt.yml27
1 files changed, 27 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-apt.yml b/inventory/host_vars/ch-apt.yml
index 2d4d5592..e23a6c20 100644
--- a/inventory/host_vars/ch-apt.yml
+++ b/inventory/host_vars/ch-apt.yml
@@ -44,9 +44,36 @@ lvm_groups:
pvs:
- /dev/sdb
+
apt_cacher_ng_storage:
type: lvm
vg: storage
lv: apt-cacher-ng
size: 15G
fs: ext4
+
+apt_cacher_ng_remaps:
+ debian:
+ path: /debian
+ backends:
+ - http://debian.anexia.at/debian
+ debian-security:
+ path: /debian-security
+ backends:
+ - http://debian.anexia.at/debian-security
+ ubuntu:
+ path: /ubuntu
+ backends:
+ - http://ubuntu.anexia.at/ubuntu
+ raspios:
+ path: /raspios
+ backends:
+ - http://archive.raspberrypi.com/debian
+ kalirep:
+ path: /kali
+ backends:
+ - http://http.kali.org/kali
+
+apt_cacher_ng_admin_auth:
+ username: admin
+ password: "{{ vault_apt_cacher_ng_admin_auth_password }}"