X-Git-Url: https://freie-schul-it.de/gitweb/fsit_smgt.git/blobdiff_plain/aa8bc731bf88603beafcf6744a4a08bb68c12a5a..af4d9ba6fac6876fd953a07eb31f3c0f4f8e13ef:/tasks/nfs.yml diff --git a/tasks/nfs.yml b/tasks/nfs.yml index 5cdd68d..bfc969a 100644 --- a/tasks/nfs.yml +++ b/tasks/nfs.yml @@ -2,4 +2,12 @@ - name: Install server specific packages ansible.builtin.apt: pkg: - - + - nfs-kernel-server + - ldap-account-manager-lamdaemon +- name: Make sure nfs4 main dir exists + ansible.builtin.file: + path: /srv/nfs4 + state: directory + notify: + - restart nfs-kernel-server service +