autofs: Allow to use home directories over NFS
This commit is contained in:
parent
5a47363002
commit
61633eb07b
1 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,12 @@
|
|||
name: autofs
|
||||
state: installed
|
||||
|
||||
- name: allow nfs home directories for selinux
|
||||
seboolean:
|
||||
name: use_nfs_home_dirs
|
||||
state: true
|
||||
persistent: true
|
||||
|
||||
- name: configure ldap server for autofs
|
||||
lineinfile:
|
||||
dest: /etc/autofs.conf
|
||||
|
|
Loading…
Add table
Reference in a new issue