mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-07 13:53:23 +00:00
Added ipa- prefix to krb5 and sssd roles as these are ansible-freeipa specific
These roles will most likely not work in the common case. Therefore the roles have been renamed. The ipa-krpb5 role is used by ipcalient, but the ipa-sssd role is currently not used.
This commit is contained in:
@@ -192,7 +192,7 @@
|
||||
|
||||
- name: Install - Configure krb5 for IPA realm "{{ ipadiscovery.realm }} <= 4.4"
|
||||
include_role:
|
||||
name: krb5
|
||||
name: ipa-krb5
|
||||
vars:
|
||||
krb5_servers: "{{ ipadiscovery.servers if not ipadiscovery.dnsok or not ipadiscovery.kdc else [ ] }}"
|
||||
krb5_realm: "{{ ipadiscovery.realm }}"
|
||||
@@ -204,7 +204,7 @@
|
||||
|
||||
- name: Install - Configure krb5 for IPA realm "{{ ipadiscovery.realm }} > 4.4"
|
||||
include_role:
|
||||
name: krb5
|
||||
name: ipa-krb5
|
||||
vars:
|
||||
krb5_servers: "{{ ipadiscovery.servers if not ipadiscovery.dnsok or not ipadiscovery.kdc else [ ] }}"
|
||||
krb5_realm: "{{ ipadiscovery.realm }}"
|
||||
|
||||
Reference in New Issue
Block a user