diff --git a/nfs.yaml b/nfs.yaml new file mode 100644 index 0000000..b849a94 --- /dev/null +++ b/nfs.yaml @@ -0,0 +1,11 @@ +- name: nfs init + hosts: nfs + become: true + vars_files: + - vault.yml + - zeus-vars.yml + + tasks: + - name: nfs init + ansible.builtin.include_role: + name: nfs