From 159f24598bbeb6a56c38ca95d768f750f7a8cf4b Mon Sep 17 00:00:00 2001
From: Thomas Woerner <twoerner@redhat.com>
Date: Thu, 1 Feb 2018 06:49:47 +0100
Subject: [PATCH] Create README.md

---
 README.md | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 00000000..e8688c62
--- /dev/null
+++ b/README.md
@@ -0,0 +1,16 @@
+# FreeIPA Ansible roles
+
+This repository contains [Ansible](https://www.ansible.com/) roles and playbooks to install and uninstall [FreeIPA](https://www.freeipa.org/) servers and clients. A role for replica is in the work, but not functional so far.
+
+**Note**: The ansible playbooks and roles require a configured ansible environment where the ansible nodes are reachanble and are properly set up to have an IP address and a working package manager.
+
+**Supported FreeIPA versions**
+
+For now only FreeIPA versions 4.5 and up are supported. The client role should also be functional with FreeIPA 4.4.
+
+## Roles
+
+[Client](CLIENT.md)
+
+[Server](SERVER.md)
+
-- 
GitLab