From 7ef563327a568e91be65bba36d9abaa7980185d7 Mon Sep 17 00:00:00 2001 From: Thomas Woerner <twoerner@redhat.com> Date: Thu, 1 Feb 2018 06:25:28 +0100 Subject: [PATCH] Update CLIENT.md --- CLIENT.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/CLIENT.md b/CLIENT.md index 907fb9d8..a4b2779f 100644 --- a/CLIENT.md +++ b/CLIENT.md @@ -1,5 +1,5 @@ -ansible-freeipa -=============== +ipaclient role +============== Description ----------- @@ -70,19 +70,22 @@ Variables **ipaservers** - Group of IPA server hostnames. (list of strings, optional) +**ipaclients** - Group of IPA client hostnames. + (list of strings) + **ipaadmin_keytab** - The path to the admin keytab used for alternative authentication. (string, optional) -**ipaclient_domain** - The primary DNS domain of an existing IPA deployment. +**ipaadmin_principal** - The authorized kerberos principal used to join the IPA realm. (string, optional) -**ipaclient_realm** - The Kerberos realm of an existing IPA deployment. +**ipaadmin_password** - The password for the kerberos principal. (string, optional) - -**ipaadmin_principal** - The authorized kerberos principal used to join the IPA realm. + +**ipaclient_domain** - The primary DNS domain of an existing IPA deployment. (string, optional) -**ipaadmin_password** - The password for the kerberos principal. +**ipaclient_realm** - The Kerberos realm of an existing IPA deployment. (string, optional) **ipaclient_keytab** - The path to a backed-up host keytab from previous enrollment. -- GitLab