-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgalaxy.yml
60 lines (51 loc) · 1.3 KB
/
galaxy.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
namespace: fansilet
name: homelab
version: 0.1.3
readme: README.md
authors:
- Igor Brandao <@mrbrandao>
description: >-
Install and configure or create a mixed set of servers and Network systems,
such as, deploying kubernets clusters, creating standalone servers, deploy
network daemons such as `samba`, `nfs`, `dns`.
This collections is designed to support standalone roles as a git submodule
which alows independent maintance of the internal componets of the collection
such as `plugins`, `roles` and others.
license:
# https://spdx.org/licenses/
# https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
- GPL-2.0-or-later
tags:
- linux
- homelab
- server
- k8s
- kubernets
- podman
- security
- network
- homelab
- automation
- samba
- cat_printer
- gogs
- quadlet
dependencies:
ansible.posix: ">=1.5.4,<2.0.0"
containers.podman: ">=1.11.0,<1.12.0"
repository: |-
https://github.com/fansilet-collections/homelab
documentation: https://github.com/fansilet-collections/homelab
homepage: |-
https://github.com/fansilet-collections/homelab
issues: |-
https://github.com/fansilet-collections/homelab/issues
build_ignore:
- roles/*/molecule
- .gitignore
- roles/*/.yamllint
- roles/*/.git
- .pre-commit*
- .git*
- roles/*/.travis.yml