Modules/matter: add more categories

This commit is contained in:
Johannes Kirschbauer
2024-11-19 13:02:47 +01:00
committed by hsjobeki
parent 1cb383c14b
commit 1c4c10f339
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"
features = [ "inventory" ]
categories = [ "System" ]
---

View File

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

View File

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

View File

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