yabhinav / ansible-role-ipaserver

Ansible Role - IPAServer
https://galaxy.ansible.com/yabhinav/ipaserver/
2 stars 3 forks source link

RPM Packages "ipa-server-dns" is not getting installed if "setup_dns" is selected #5

Open abalg opened 7 years ago

abalg commented 7 years ago

In my RHEL7/CentOS7 installation the IPA setup failed due to the package "ipa-server-dns" missing The same probably applies to ipa-server-ad-trust - the same is valid for "fedora" but packages are named "freeipa-...:" there

yabhinav commented 7 years ago

generally its installed as recommended packages . In my docker images i didn't face such issue.

may be you can add it to ipaserver_packages:

ipaserver_packages : ipaserver_packages + ['ipa-server-dns']

Please inform me if that work I will add it to default role variables