feat: initial commit

This commit is contained in:
Simon Cornet 2026-04-07 16:26:05 +02:00
commit cf9fbd2283
13 changed files with 150 additions and 93 deletions

9
tasks/main.yaml Normal file
View file

@ -0,0 +1,9 @@
---
# install nfs-server
- name: "install"
ansible.builtin.import_tasks: "install.yaml"
# configure nfs-server
- name: "config"
ansible.builtin.import_tasks: "config.yaml"