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
Copy file name to clipboardExpand all lines: ansible/roles/sssd/README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ The only required configuration is to create a [sssd.conf](https://www.mankier.c
10
10
-`sssd_packages`: Optional list. Packages to install.
11
11
-`sssd_ldap_install`: Optional bool. Whether to install packages enabling SSSD to authenticate against LDAP. Default `false`.
12
12
-`sssd_ldap_packages`: Optional list. Packages to install when using `sssd_ldap_install`.
13
+
-`sssd_enable_mkhomedir`: Optional bool. Whether to enable creation of home directories on login. Default `false`.
14
+
-`sssd_mkhomedir_packages`: Optional list. Packages to install when using `sssd_enable_mkhomedir`.
13
15
-`sssd_conf_src`: Optional string. Path to `sssd.conf` template. Default (which must be created) is `{{ appliances_environment_root }}/files/sssd.conf.j2`.
14
16
-`sssd_conf_dest`: Optional string. Path to destination for `sssd.conf`. Default `/etc/sssd/sssd.conf`.
15
17
-`sssd_started`: Optional bool. Whether `sssd` service should be started.
0 commit comments