Greetings! I am attempting to deploy a cluster using ansible-freeipa:
CentOS 8.2 Ansible 2.10.2 The ipaserver role successfully deploys the server but I have a question about dns specifically: What is the format for "ipaserver_reverse_zones". I haven't seen an example. We have a LOT of reverse zones and would like to get them all set out out the gate using vars. Server is mostly alright and I think I have it figured out but replicas fail to deploy. They specifically fail at Install - Replica preparation connection check, if I set it to ignore the connection check they simply fail later for the same reason. I have managed to suss out that the replicas aren't added to DNS on the primary server however I cannot seem to get them to add during deployment. They show up in Hosts on the primary but not in DNS. I could add them manually but I will be handing this over for multiple regions to use to deploy FreeIPA so everything needs to work from the ansible-freeipa collection and playbooks. Vars here : https://pastebin.com/hZr0npHH Playbook: --- - name: Install FreeIPA Primary hosts: ipaserver become: true roles: - role: freeipa.ansible_freeipa.ipaserver state: present - name: Install FreeIPA replicas hosts: ipareplicas become: true roles: - role: freeipa.ansible_freeipa.ipareplica state: present -- *Mark Potter* Senior Linux Administrator
_______________________________________________ FreeIPA-users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/[email protected]
