Evgeni Golov
Evgeni Golov
@pondrejk are you sure? It's part of the HostMixin: https://github.com/theforeman/foreman-ansible-modules/blob/d522e7534b03e71dde9706e83e93175fc591171d/plugins/module_utils/foreman_helper.py#L270-L273 So I'd expect that to work?
The Foreman API [does not support Kerberos auth](https://projects.theforeman.org/issues/8923), so you'd first have to implement that ;) That said, once the API supports it, I see no reason why we should...
That would be cool! Last time I *actively* tried to get that working was around Foreman 1.14 and back then the config explicitly excluded the `/api` route from krb auth....
Right, the original request is about the inventory, which is not apypie, but it would be cool to support Krb everywhere (if possible). @ignatenkobrain can you tell us how you...
actually blocked on https://github.com/ansible/ansible/issues/66968, the first one was a dupe, sorry
I'll try to persuade ansible to fix that properly.
Also #1210
A few notes from triage session: * we think the correct approach would be to have all proxy→LCE associations in one place (so not splitting them across different playbooks/variables/whatever), as...
I can't reproduce this on Satellite 6.9.1: ```console % make livetest_repository pytest -v 'tests/test_crud.py::test_crud[repository]' --vcrmode live ======== test session starts ======== platform linux -- Python 3.9.4, pytest-6.1.2, py-1.9.0, pluggy-0.13.1 --...
Where is this parameter coming from? I don't see it in https://theforeman.org/api/2.4/apidoc/v2/hosts/create.html or https://theforeman.org/api/2.4/apidoc/v2/hosts/update.html