ansible-freeipa
ansible-freeipa copied to clipboard
Ansible roles and modules for FreeIPA
Hi, the replica IPA installation with the no-ntp option fails. The option seems to be ignored. The IPA server and replicas are running in unprivileged Rocky 8 LXCs on a...
There is a new netgroup management module placed in the plugins folder: plugins/modules/ipanetgroup.py The netgroup module allows to ensure presence or absence of netgroup and manage netgroup members. Here is...
In ipaserver/README.md example ipaserver_external_cert_files has a string value assigned but the description later in the page states it should be a list. It would be nice to fix this inconsistency,...
I have a process outside of Ansible that checks for inactive users and disables them automatically, however, when my playbook is run which uses ipauser to create the users, it...
It would be helpful for post installation management to expose `ipa-cacert-manage renew` command as an ansible module. I currently have an automation that automatically signs the certificates (using smallstep cli)...
I am attempting to replicate an IPA instance on a RHEL7.9 host to a RHEL8.6 host using this role on Ansible 2.12. I have used the role to configure the...
Playbook fragment: - name: Create user account in ipa freeipa.ansible_freeipa.ipauser: ipaadmin_password: "{{ ipaadmin_pass }}" name: test_user1 first: test last: user1 uid: 99988 gid: 1000 homedir: /home/users/test_user1 shell: /usr/bin/bash password: test_user1...
There are issues with setting the parent of a group: (1) setting the parent twice, leads to changed in the second time; but not in all cases. (2) running the...
This patch allows local execution of playbook tests using ustream CI testing images. Either 'podman' or 'docker' can be used to execute the tests.
I don't want to waist anyone's time. The README indicates Rhel 7.4 + but I'm not sure if that means Rhel 8 release. Under the IPASERVER role in the install.yml...