mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-25 00:44:42 +00:00
Renamed ipaclient_{principal,password} to ipaadmin_{principal,password}
This has been done to make clear that these are admin settings and to make these settings consistent to ipaadmin_keytab.
This commit is contained in:
@@ -1,17 +1,35 @@
|
||||
[ipaclients]
|
||||
ipaclient.ipadomain.com
|
||||
ipaclient1.mine.dom
|
||||
#ipaclient2.mine.dom
|
||||
#ipaclient3.mine.dom
|
||||
#ipaclient4.mine.dom
|
||||
#ipaclient5.mine.dom
|
||||
ipaclient6.mine.dom
|
||||
ipaclient7.mine.dom
|
||||
|
||||
# Disabled for auto detection
|
||||
#[ipaservers]
|
||||
#ipaserver.ipadomain.com
|
||||
#ipa.mine.dom
|
||||
|
||||
#[ipaservers:vars]
|
||||
#ipaserver_domain=mine.dom
|
||||
#ipaserver_realm=MINE.DOM
|
||||
#ipaserver_principal=admin
|
||||
#ipaserver_password=password1
|
||||
|
||||
[ipaclients:vars]
|
||||
# if neither ipaclient_password nor ipaclient_keytab is defined,
|
||||
# the enrollement will create a OneTime Password and enroll with this OTP
|
||||
# In this case ipaserver_password or ipaserver_keytab is required
|
||||
#ipaclient_principal=admin
|
||||
#ipaclient_password=SecretPassword123
|
||||
#ipaclient_keytab=/tmp/krb5.keytab
|
||||
ipaclient_principal=admin
|
||||
#ipaclient_password=SecretPassword123
|
||||
ipaclient_keytab=files/admin.keytab
|
||||
#ipaclient_domain=mine.dom
|
||||
#ipaclient_realm=MINE.DOM
|
||||
#ipaadmin_principal=admin
|
||||
#ipaadmin_password=password1
|
||||
#ipaclient_use_otp=yes
|
||||
#ipaclient_force_join=yes
|
||||
#ipaclient_kinit_attempts=3
|
||||
#ipaclient_mkhomedir=yes
|
||||
|
||||
#ipaadmin_principal=admin
|
||||
#ipaclient_use_otp=yes
|
||||
#ipaclient_force_join=yes
|
||||
|
||||
#ipaclient_use_otp=yes
|
||||
ipaclient_allow_repair=yes
|
||||
|
||||
Reference in New Issue
Block a user