aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--roles/freeipa_client/README.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/roles/freeipa_client/README.md b/roles/freeipa_client/README.md
new file mode 100644
index 0000000..0ecbe44
--- /dev/null
+++ b/roles/freeipa_client/README.md
@@ -0,0 +1,32 @@
+FreeIPA Client
+==============
+
+Description
+-----------
+
+The `freeipa_client` role installs FreeIPA packages, joins the host to the
+local FreeIPA domain, and optionally configures `autofs`.
+
+
+Variables
+---------
+
+This role **accepts** the following variables:
+
+Variable | Default | Description
+-----------------|---------|------------
+`freeipa_autofs` | yes | Configure FreeIPA automount client
+
+
+Usage
+-----
+
+Example playbook:
+
+````yaml
+- hosts: all
+ roles:
+ - role: freeipa_client
+ vars:
+ freeipa_autofs: yes
+````