From 4829399ef39653d8752cc56f147f0ff5ddb6337d Mon Sep 17 00:00:00 2001 From: Thomas Woerner <twoerner@redhat.com> Date: Fri, 14 Jun 2019 18:26:50 +0200 Subject: [PATCH] Update README.md --- roles/ipaclient/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/roles/ipaclient/README.md b/roles/ipaclient/README.md index 54046a75..612fe668 100644 --- a/roles/ipaclient/README.md +++ b/roles/ipaclient/README.md @@ -111,11 +111,13 @@ Example playbook to setup the IPA client(s) using principal and password from in Playbooks ========= -The playbooks needed to deploy or undeploy a client are part of the repository. There are also playbooks to deploy and undeploy clusters. +The playbooks needed to deploy or undeploy a client are part of the repository in the playbooks folder. There are also playbooks to deploy and undeploy clusters. ``` install-client.yml uninstall-client.yml ``` +Please remember to link or copy the playbooks to the base directory of ansible-freeipa if you want to use the roles within the source archive. + How to setup a client --------------------- -- GitLab