ansible/inventory/group_vars/flatpak_cache
iamyaash b3d6a90b9a motd generic template added
migrated notes from infra/hosts

motd changes; excluding CSI infos

removed csi_* vars from group_vars; converted csi_purpose & csi_relationship into notes

fixed merge conflicts

minor changes; var

updating YAMLs & playbooks

udpated YAMLs & playbooks again

updated correctly; buildhw.yml

fixing merge conflicts

dest added in motd.yml
2025-01-28 01:10:14 +00: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: 20000
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.