You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install and configure [sssd](https://sssd.io/docs/introduction.html).
4
+
5
+
6
+
## Role variables
7
+
8
+
The only required configuration is to create a [sssd.conf](https://www.mankier.com/5/sssd.conf) template at the location specified by `sssd_conf_src`.
9
+
10
+
-`sssd_packages`: Optional list. Packages to install.
11
+
-`sssd_ldap_install`: Optional bool. Whether to install packages enabling SSSD to authenticate against LDAP. Default `false`.
12
+
-`sssd_ldap_packages`: Optional list. Packages to install when using `sssd_ldap_install`.
13
+
-`sssd_conf_src`: Optional string. Path to `sssd.conf` template. Default (which must be created) is `{{ appliances_environment_root }}/files/sssd.conf.j2`.
14
+
-`sssd_conf_dest`: Optional string. Path to destination for `sssd.conf`. Default `/etc/sssd/sssd.conf`.
15
+
-`sssd_started`: Optional bool. Whether `sssd` service should be started.
16
+
-`sssd_enabled`: Optional bool. Whether `sssd` service should be enabled.
0 commit comments