aboutsummaryrefslogtreecommitdiffstats
path: root/roles/freeipa_client/README.md
blob: 0ecbe4426c5620fd70cd602580ebb789f1bd2e27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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
````