freeipa / ansible-freeipa

Ansible roles and modules for FreeIPA
GNU General Public License v3.0
489 stars 232 forks source link

ipareplica: Support inventory groups.ipaserver #1151

Closed rjeffman closed 9 months ago

rjeffman commented 11 months ago

Altough most of ansible-freeipa documentation and playbooks use 'ipaserver' as the group for the first server deployed for a realm, the ipareplica role only supported the use of groups["ipaservers"] as an alternative to set ipareplica_servers.

Also supporting groups.ipaserver, as already supported by the ipaclient role, make ansible-freeipa playbooks more consistent and current documentation and examples easier to follow when deploying a cluster with a server and a replica.

t-woerner commented 9 months ago

Please verify that this is properly documented in the role README and consistent to client and server READMEs.

rjeffman commented 9 months ago

Looking at READMES, there's no significant change in the cluster documentation. The issue was about the example playbooks, which is fixed by this change.