[ipa/server] Use correct parameters for ipa_user module
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
4a39c39740
commit
5bca4dcea3
1 changed files with 2 additions and 2 deletions
|
@ -236,9 +236,9 @@
|
||||||
name: admin
|
name: admin
|
||||||
password: "{{ ipa_admin_password }}"
|
password: "{{ ipa_admin_password }}"
|
||||||
# Password expiration date will be a Friday 13th in 30 years. I'm sure we'll remember that.
|
# Password expiration date will be a Friday 13th in 30 years. I'm sure we'll remember that.
|
||||||
passwordexpiration: "2050-05-13 00:00:00"
|
krbpasswordexpiration: "2050-05-13 00:00:00"
|
||||||
update_password: on_create
|
update_password: on_create
|
||||||
ipaadmin_password: "{{ ipa_admin_password }}"
|
ipa_pass: "{{ ipa_admin_password }}"
|
||||||
tags:
|
tags:
|
||||||
- ipa/server
|
- ipa/server
|
||||||
- config
|
- config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue