nfs-client: Configure idmapd domain
This commit is contained in:
parent
d487c9a77f
commit
548cd8761b
1 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,12 @@
|
|||
name: nfs-utils
|
||||
state: installed
|
||||
|
||||
- name: configure idmapd
|
||||
lineinfile:
|
||||
path: /etc/idmapd.conf
|
||||
regexp: '^#?Domain\s*=.*'
|
||||
line: "Domain = {{ mail_domain }}"
|
||||
|
||||
- name: enable rpc-gssd services
|
||||
service:
|
||||
name: rpc-gssd
|
||||
|
|
Loading…
Add table
Reference in a new issue