mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-25 08:54:55 +00:00
roles/ipaclient/tasks/install.yml: Replace ipaserver_ by ipaclient_
This commit is contained in:
@@ -23,11 +23,11 @@
|
|||||||
- name: Install - Get a One-Time Password for client enrollment
|
- name: Install - Get a One-Time Password for client enrollment
|
||||||
ipahost:
|
ipahost:
|
||||||
state: present
|
state: present
|
||||||
principal: "{{ ipaserver_principal | default('admin') }}"
|
principal: "{{ ipaclient_principal | default('admin') }}"
|
||||||
password: "{{ ipaserver_password | default(omit) }}"
|
password: "{{ ipaclient_password | default(omit) }}"
|
||||||
keytab: "{{ ipaserver_keytab | default(omit) }}"
|
keytab: "{{ ipaclient_keytab | default(omit) }}"
|
||||||
fqdn: "{{ ansible_fqdn }}"
|
fqdn: "{{ ansible_fqdn }}"
|
||||||
lifetime: "{{ ipaserver_lifetime | default(omit) }}"
|
lifetime: "{{ ipaclient_lifetime | default(omit) }}"
|
||||||
random: True
|
random: True
|
||||||
register: ipahost_output
|
register: ipahost_output
|
||||||
# If the host is already enrolled, this command will exit on error
|
# If the host is already enrolled, this command will exit on error
|
||||||
|
|||||||
Reference in New Issue
Block a user