🚀: new NAS

This commit is contained in:
VC
2024-10-26 10:07:10 +02:00
parent ca6a0cbb9e
commit 21be1afeac
21 changed files with 143 additions and 43 deletions

8
playbooks/nas.yml Normal file
View File

@@ -0,0 +1,8 @@
---
- name: Deploy NAS services
hosts: nasservers
diff: true
roles:
- zfs
- nfs

View File

@@ -2,6 +2,8 @@
- name: Run system playbook
import_playbook: system.yml
- name: Run nas playbook
import_playbook: nas.yml
- name: Run usb playbook
import_playbook: usb.yml
- name: Run nsd playbook

View File

@@ -1,7 +1,7 @@
---
- name: Deploy smtp relay
hosts: all:!disabled_server_conf:!machinbox.mateu.be:!mail.dmz.mateu.be:!frederica.dmz.mateu.be
hosts: all:!disabled_server_conf:!machinbox.mateu.be:!mail.dmz.mateu.be
diff: true
roles:
- smtprelay