/
/
/
1---
2galaxy_info:
3 author: homelab-admin
4 description: Comprehensive NAS (Network Attached Storage) role for Linux servers with NFS, RAID, and network bonding support
5 company: Personal Homelab
6 license: MIT
7 min_ansible_version: 2.9
8
9 platforms:
10 - name: Debian
11 versions:
12 - bullseye
13 - bookworm
14 - name: Ubuntu
15 versions:
16 - focal
17 - jammy
18 - noble
19 - name: RedHat
20 versions:
21 - "8"
22 - "9"
23 - name: CentOS
24 versions:
25 - "8"
26 - "9"
27 - stream
28
29 galaxy_tags:
30 - nas
31 - nfs
32 - storage
33 - raid
34 - mdadm
35 - networking
36 - bonding
37 - performance
38 - monitoring
39 - homelab
40 - file-server
41 - network-storage
42
43dependencies: []
44
45