feat: Add nfs server to host machines
This commit is contained in:
parent
2b05fc7363
commit
547ab91972
5 changed files with 50 additions and 0 deletions
7
roles/nfs/handlers/main.yaml
Normal file
7
roles/nfs/handlers/main.yaml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
- name: Reload nfs service
|
||||
ansible.builtin.systemd:
|
||||
name: nfs-server.service
|
||||
daemon_reload: true
|
||||
state: restarted
|
||||
become: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue