From 91094ce4d446211fd9affb466e1f9da9ff1747a3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ivan=20Aragon=C3=A9s=20Muniesa?=
 <26822043+ivarmu@users.noreply.github.com>
Date: Thu, 14 May 2020 17:31:05 +0200
Subject: [PATCH] Update README.md

Added useful notes and the missing variable ipaserver_no_pkinit.
---
 roles/ipaserver/README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/roles/ipaserver/README.md b/roles/ipaserver/README.md
index eba81c4b..e6aff919 100644
--- a/roles/ipaserver/README.md
+++ b/roles/ipaserver/README.md
@@ -235,6 +235,9 @@ Variable | Description | Required
 `ipaserver_dirsrv_cert_name` | Name of the Directory Server SSL certificate to install. (string) | no
 `ipaserver_http_cert_name` | Name of the Apache Server SSL certificate to install. (string) | no
 `ipaserver_pkinit_cert_name` | Name of the Kerberos KDC SSL certificate to install. (string) | no
+`ipaserver_no_pkinit` | Disable pkinit setup steps (boolean) | no
+
+NOTE: If one of the `ipaserver_http_cert_files` or `ipaserver_pkinit_cert_files` is specified, then both are required, so declaring only one of them will raise an error. Additionally, one of `ipaserver_pkinit_cert_files` or `ipaserver_no_pkinit` must be provided as well.
 
 Client Variables
 ----------------
-- 
GitLab