Modules/matter: add more categories

This commit is contained in:
Johannes Kirschbauer
2024-11-19 13:02:47 +01:00
parent 61dea40a4b
commit 50095a9b7b
4 changed files with 4 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
--- ---
description = "Generates a uuid for use in disk device naming" description = "Generates a uuid for use in disk device naming"
features = [ "inventory" ] features = [ "inventory" ]
categories = [ "System" ]
--- ---

View File

@@ -1,6 +1,7 @@
--- ---
description = "Automatically provisions wifi credentials" description = "Automatically provisions wifi credentials"
features = [ "inventory" ] features = [ "inventory" ]
categories = [ "Network" ]
--- ---
!!! Warning !!! Warning

View File

@@ -1,6 +1,6 @@
--- ---
description = "Enables secure remote access to the machine over ssh." description = "Enables secure remote access to the machine over ssh."
categories = ["System"] categories = ["System", "Network"]
features = [ "inventory" ] features = [ "inventory" ]
--- ---
@@ -9,5 +9,3 @@ It will generate a host key for each machine
## Roles ## Roles
###

View File

@@ -1,6 +1,7 @@
--- ---
description = "Configures [Zerotier VPN](https://zerotier.com) secure and efficient networking within a Clan.." description = "Configures [Zerotier VPN](https://zerotier.com) secure and efficient networking within a Clan.."
features = [ "inventory" ] features = [ "inventory" ]
categories = [ "Network", "System" ]
[constraints] [constraints]
roles.controller.min = 1 roles.controller.min = 1