Modules/matter: add more categories
This commit is contained in:
@@ -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" ]
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
description = "Automatically provisions wifi credentials"
|
description = "Automatically provisions wifi credentials"
|
||||||
features = [ "inventory" ]
|
features = [ "inventory" ]
|
||||||
|
categories = [ "Network" ]
|
||||||
---
|
---
|
||||||
|
|
||||||
!!! Warning
|
!!! Warning
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
###
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user