Rafael Guterres Jeffman

Results 178 comments of Rafael Guterres Jeffman

`ansible-freeipa` hardly requires changing the user that executes operations on the target node. Unless you are writing something to a user other than `ansible_user`, you don't need `become: yes`. You'll...

@myllynen we are looking for a way to publish our roadmap, and extending support for AD trust configuration is to be implemented in the next months.

Yes, I've "mixed" them, because usually I've seen issues with ID views when related to AD trust. That's why they'll be implemented around the same time. For similar reasons, we...

There is currently no support to retrieve DNS records using ansible-freeipa. You can try to run a shell script to execute dnsrecord-find (see a similar example in [tests/dnszone/test_dnszone_mod.yml](https://github.com/freeipa/ansible-freeipa/blob/master/tests/dnszone/test_dnszone_mod.yml)), or to...

This is interesting, as this error did occur before, and should've been fixed by #686. I'm marking this as a bug, and will be looking into it next week.

@mralph-rh `dnsforwardzone` uses the same APIs than CLI and GUI, so behavior should be the same (or nearly the same). Can you provide the code for the task that is...

@bioinfornatics, I'm having the same issues, **if I use podman**. I was able to execute the deployment using Docker. I'm still investigating the issue, as _something like CLI installation_ is...

@t-woerner for ansible-freeipa plugins we are forcing `os.environ["LANGUAGE"] = "C"`, should it be also done to roles?

@ikke-t that's the reason for my question. To fix it on ansible-freeipa side, we might need to force the locale on the roles.