
The following roles are available: fvs-sssd Configures LDAP as ID and AUTH provider using sssd. fvs-mount Provides all private user directories on login with pam_mount. Machines provided so far are: The server providing the home directory: fvs-home.yml A standard client: fvs-client.yml
3 lines
95 B
YAML
3 lines
95 B
YAML
- name: restart sssd
|
|
service: name=sssd state=restarted enabled=yes
|
|
listen: "restart sssd"
|