Rafael Guterres Jeffman

Results 178 comments of Rafael Guterres Jeffman

Also note that `check_mode` is supported, but output is no different if using `--diff`, which is not yet supported (see #483).

The use of `mitogen_linear` is not currently supported, due to the way IPA works, and the way we use IPA's API. Support for `mitogen_linear` it is not planned in the...

@mnaser it would be hard to document what we do not support, specially, third-party tools, as it happened with this issue, that we didn't even know a tool like that...

@itcultus if you add 'ipaapi_context: client' to the task it can be executed in a server. If you execute in a client host, it will set the context to 'client'...

I was able to reproduce your issue with ansible-freeipa, but also, performing installation through CLI. I believe it has something to do with Ubuntu packaging of FreeIPA or PKI. I...

It looks like IPA expects `/proc/sys/crypto/fips` to exist (even if not in FIPS mode, were the value is set to `0`), but Ubuntu 18.04 lacks this enttry. I'm still looking,...

There is a workaround to have a TGT available on the target host for the `admin` user, which speeds up authentication: ``` tasks: - shell: echo SomeADMINpassword | kinit admin...

@myllynen I'll break your report in different issues raised and try to answer them all. Regarding a way to query current IPA state, there is some investigation on the best...

Examples were added to the documentation and to playbooks.

I agree with the use case, but this change has a huge impact on how we expect the roles to work today, and some security concerns. I'm setting this as...