summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2024-05-23 00:13:20 +0200
committerChristian Pointner <equinox@spreadspace.org>2024-05-23 00:13:20 +0200
commit8e168f685e82cbe129e7215d31450283c2eed44a (patch)
treedad0a945c3c72ffa327ef2429bf6ecba85a2375a /inventory
parentch-apt: base install (diff)
basic apt-cache-ng role
Diffstat (limited to 'inventory')
-rw-r--r--inventory/host_vars/ch-apt.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-apt.yml b/inventory/host_vars/ch-apt.yml
index c6260c54..2d4d5592 100644
--- a/inventory/host_vars/ch-apt.yml
+++ b/inventory/host_vars/ch-apt.yml
@@ -37,3 +37,16 @@ network:
gateway: "{{ network_zones.svc.prefix | ansible.utils.ipaddr(network_zones.svc.offsets['ch-gw-lan']) | ansible.utils.ipaddr('address') }}"
interfaces:
- *_network_primary_
+
+
+lvm_groups:
+ storage:
+ pvs:
+ - /dev/sdb
+
+apt_cacher_ng_storage:
+ type: lvm
+ vg: storage
+ lv: apt-cacher-ng
+ size: 15G
+ fs: ext4