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
Branches
Tags
No related merge requests found
---
# tasks file for ipaclient
- name: Install - Install IPA client package
package:
name: "{{ ipaclient_package }}"
state: present
- name: Install - IPA discovery
ipadiscovery:
domain: "{{ ipaclient_domain | default(omit) }}"
......@@ -35,10 +40,6 @@
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
ipaclient:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment