Skip to content
Snippets Groups Projects
Commit 4dea948f authored by Thomas Woerner's avatar Thomas Woerner
Browse files

roles/ipaclient/tasks/install.yml: Install IPA client early

IPA client imports are needed for discovery
parent 0246ad00
No related branches found
No related tags found
No related merge requests found
--- ---
# tasks file for ipaclient # tasks file for ipaclient
- name: Install - Install IPA client package
package:
name: "{{ ipaclient_package }}"
state: present
- name: Install - IPA discovery - name: Install - IPA discovery
ipadiscovery: ipadiscovery:
domain: "{{ ipaclient_domain | default(omit) }}" domain: "{{ ipaclient_domain | default(omit) }}"
...@@ -35,10 +40,6 @@ ...@@ -35,10 +40,6 @@
when: ipaclient_password is not defined and ipaclient_keytab is not defined when: ipaclient_password is not defined and ipaclient_keytab is not defined
- name: Install - Install IPA client package
package:
name: "{{ ipaclient_package }}"
state: present
- name: Install - Configure IPA client - name: Install - Configure IPA client
ipaclient: ipaclient:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment