You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
will set foreman.service.int.rabe.ch as value for environment variable PODMAN_HOST in revproxy container when applied to foreman. This is not desirable. It should replace it with the destination ansible host when run as role in foreman. E.g. vm-2001.dmz.int.rabe.ch or vm-2002.dmz.int.rabe.ch. Would escaping work for that @hairmare ? Can you quickly test that? I believe you have it tested a lot quicker than me.
Currently,
ansible-collection-rabe_foreman/roles/foreman/tasks/host_groups.yaml
Lines 271 to 272 in 7f5cd2e
and
ansible-collection-rabe_foreman/roles/foreman/tasks/host_groups.yaml
Lines 395 to 396 in 7f5cd2e
will set
foreman.service.int.rabe.ch
as value for environment variablePODMAN_HOST
in revproxy container when applied to foreman. This is not desirable. It should replace it with the destination ansible host when run as role in foreman. E.g.vm-2001.dmz.int.rabe.ch
orvm-2002.dmz.int.rabe.ch
. Would escaping work for that @hairmare ? Can you quickly test that? I believe you have it tested a lot quicker than me.I was thinking of something like this:
which then would result in something like that in foreman:
Thx!
The text was updated successfully, but these errors were encountered: