feat(nfs): Add auto mounted nfs filesystem
This commit is contained in:
parent
9c510251ca
commit
5e64e89647
7 changed files with 74 additions and 1 deletions
8
roles/nfs/handlers/main.yaml
Normal file
8
roles/nfs/handlers/main.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
- name: Restart autofs service
|
||||
community.general.runit:
|
||||
name: autofs
|
||||
state: restarted
|
||||
retries: 3
|
||||
tags:
|
||||
- services
|
||||
Loading…
Add table
Add a link
Reference in a new issue