mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-30 03:14:42 +00:00
inventory/hosts: Updated inventory file
This commit is contained in:
@@ -1,21 +1,17 @@
|
|||||||
[ipaclients]
|
[ipaclients]
|
||||||
ipaclient.ipadomain.com
|
ipaclient.ipadomain.com
|
||||||
|
|
||||||
[ipaservers]
|
# Disabled for auto detection
|
||||||
ipaserver.ipadomain.com
|
#[ipaservers]
|
||||||
|
#ipaserver.ipadomain.com
|
||||||
|
|
||||||
[ipaclients:vars]
|
[ipaclients:vars]
|
||||||
ipaclient_domain=ipadomain.com
|
|
||||||
ipaclient_realm=IPADOMAIN.COM
|
|
||||||
ipaclient_server=ipaserver.ipadomain.com
|
|
||||||
ipaclient_extraargs=[ '--kinit-attempts=3', '--mkhomedir']
|
|
||||||
# if neither ipaclient_password nor ipaclient_keytab is defined,
|
# if neither ipaclient_password nor ipaclient_keytab is defined,
|
||||||
# the enrollement will create a OneTime Password and enroll with this OTP
|
# the enrollement will create a OneTime Password and enroll with this OTP
|
||||||
# In this case ipaserver_password or ipaserver_keytab is required
|
# In this case ipaserver_password or ipaserver_keytab is required
|
||||||
#ipaclient_principal=admin
|
#ipaclient_principal=admin
|
||||||
#ipaclient_password=SecretPassword123
|
#ipaclient_password=SecretPassword123
|
||||||
#ipaclient_keytab=/tmp/krb5.keytab
|
#ipaclient_keytab=/tmp/krb5.keytab
|
||||||
ipaserver_principal=admin
|
ipaclient_principal=admin
|
||||||
#ipaserver_password=SecretPassword123
|
#ipaclient_password=SecretPassword123
|
||||||
ipaserver_keytab=files/admin.keytab
|
ipaclient_keytab=files/admin.keytab
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user