From 35e6469d69f97a5c7ec399d8b318c693c6ddf681 Mon Sep 17 00:00:00 2001 From: Stonewall Jackson Date: Sun, 12 Feb 2023 19:45:18 -0500 Subject: freeipa_client: add docs --- roles/freeipa_client/README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 roles/freeipa_client/README.md (limited to 'roles') 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 +```` -- cgit