Hi,

Is this a good place to ask questions about ansible-freeipa ?
Does anyone have an example to do getkeytab through ansible?
What I want to achieve is the equivalence of

    $ ipa-getkeytab -p HTTP/$(hostname -f) -k /etc/apache2/http.keytab

Creating a service is already possible, for example with:

    - name: Add IPA HTTP service
      ipaservice:
        ipaadmin_principle: "{{ ipaadmin_principle }}"
        ipaadmin_password: "{{ ipaadmin_password }}"
        name: "HTTP/{{ ansible_fqdn }}"

But now I need something to retrieve the keytab.
Any suggestion or help is appreciated.
--
Kees
--
_______________________________________________
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]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to