ansible_qemu_ceph_xcat_test.../cluster/roles/nfs/handlers/main.yml

12 lines
269 B
YAML
Raw Normal View History

2022-11-30 12:05:03 +00:00
---
- name: Restart NFS server
ansible.builtin.systemd:
name: nfs-server
state: restarted
enabled: true
listen: "Restart NFS server"
- name: Export all NFS directories
ansible.builtin.shell:
cmd: exportfs -a
listen: "Export all NFS directories"