mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
The "file+env_suffix" is a problem when dealing with hosts like pagure-stg01 that actually exists in prod. We can't override env_suffix without breaking many things. Instead, the PSKs are now defined directly in the private vars, instead of in a file, and the variable name is then read from inventory vars. This means we can override it for a group/host. Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>