roles/ipaclient: New ipaclient_use_otp setting to force otp usage

The use of otp can be forced to not transfer the admin password while setting
up the ipa client. Only the one-time-password will be transferred to the
client machine.

ipaclient_password will be overwritten by the otp password.
This commit is contained in:
Thomas Woerner
2017-09-15 12:49:22 +02:00
parent c088e3f9a6
commit 2d95d0df95
2 changed files with 6 additions and 3 deletions

View File

@@ -5,3 +5,4 @@ ipaclient_force_join: no
ipaclient_ntp: no
ipaclient_mkhomedir: no
ipaclient_kinit_attempts: 5
ipaclient_use_otp: "false"