1
0
Fork 0
forked from infra/ansible
ansible/inventory/group_vars/flatpak_cache
Kevin Fenzi 4912749942 flatpak-cache: make disk larger
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2026-07-27 12:53:37 -07:00

33 lines
790 B
Text

---
# For the MOTD
freezes: false
ipa_client_shell_groups:
- sysadmin-noc
- sysadmin-qa
- sysadmin-main
ipa_client_sudo_groups:
- sysadmin-noc
- sysadmin-qa
- sysadmin-main
ipa_host_group: flatpak_cache
lvm_size: 25000
max_mem_size: 2048
mem_size: 2048
num_cpus: 2
primary_auth_source: ipa
tcp_ports: [3128]
notes: |
Centralized cache for any Flatpak requests from OpenQA
This is to avoid slamming Flathub with requests during automated testing.
It hosts squid to cache anything under the flathub.org domain.
It is locked down to only allow requests from OpenQA.
* This host relies on:
The virthost it's hosted on (qvmhost-x86-02)
* Things that rely on this host:
Any requests using Flatpak from OpenQA.
If this host is down, OpenQA hosts might fail.