ansible/playbooks/groups/osbs
Kevin Fenzi fa610eaed0 osbs: fix race between stg and prod making registry secrets
If you run these playbooks without any limit, The 4 master hosts (2
x86_64 and 2 aarch64) will be in the play, but they all use local_action
to make the local secrets file thats loaded. This means, whichever of
them happens to be writing the file last, thats the version of the file
that all 4 of them get. This is particularly bad when it's the staging
creds and the prod hosts get it loaded. :(

So, adding {{ env }} here makes the staging and prod versions seperate
so they don't step on each other.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-10-05 16:11:03 +00:00
..
configure-osbs.yml OSBS: setup the worker namespace before the orchestrator 2020-04-24 21:34:20 +02:00
deploy-cluster.yml Remove collectd from openshift related systems (oscluster and osbs) 2022-04-04 18:08:48 +00:00
osbs-post-install.yml osbs: add new line for syntax 2020-12-10 12:00:03 +00:00
rebuild-osbs-buildroot.yml reference osbs aarch64 nodes correctly 2020-11-23 14:44:41 +00:00
setup-orchestrator-namespace.yml osbs: fix race between stg and prod making registry secrets 2022-10-05 16:11:03 +00:00
setup-worker-namespace.yml osbs: fix race between stg and prod making registry secrets 2022-10-05 16:11:03 +00:00