summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
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