/
/
/
Ansible role that provisions my storage server.
1---
2galaxy_info:
3 author: Homelab Admin
4 description: Storage services role for media automation and backup
5 license: MIT
6 min_ansible_version: 2.9
7 platforms:
8 - name: Ubuntu
9 versions:
10 - "20.04"
11 - "22.04"
12 galaxy_tags:
13 - storage
14 - media
15 - backup
16 - docker
17
18dependencies:
19 - geerlingguy.docker
20
21collections:
22 - community.docker