Files
fedora-infra_ansible/roles/hosts
Kevin Fenzi 390f5f12d3 hosts / pkgs: set pkgs locally to use proxy01/10
When I switched dns to use proxy110/proxy101 for src internally
in order to fix rust crate building, it broke auth on pkgs01/src.

The problem is that proxy01/10 are setup with a keytab that has
proxy01/proxy10 listed as principals so it can accept auth via them.
However, 101/110 are not listed and thus you get a permission denied.

We might look at a better way to fix this, but for now,
lets just override that here.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2025-10-15 17:13:50 -07:00
..