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
|
name: nfs-utils
|
||||||
state: installed
|
state: installed
|
||||||
|
|
||||||
|
- name: configure idmapd
|
||||||
|
lineinfile:
|
||||||
|
path: /etc/idmapd.conf
|
||||||
|
regexp: '^#?Domain\s*=.*'
|
||||||
|
line: "Domain = {{ mail_domain }}"
|
||||||
|
|
||||||
- name: enable rpc-gssd services
|
- name: enable rpc-gssd services
|
||||||
service:
|
service:
|
||||||
name: rpc-gssd
|
name: rpc-gssd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue