aboutsummaryrefslogtreecommitdiffstats
path: root/roles/freeipa_client/README.md
blob: 9bdf8e45c7eb2a0262f8d36e89262b205473d61e (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
33
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
- name: join host to freeipa domain
  hosts: all
  roles:
    - role: freeipa_client
      vars:
        freeipa_autofs: yes
````