Add zigbee2mqtt role and playbook

This commit is contained in:
yuri 2022-12-08 23:45:22 +01:00
commit 51fd3367db
No known key found for this signature in database
GPG key ID: E646779AC54AEC64
13 changed files with 211 additions and 0 deletions

View file

@ -0,0 +1,12 @@
---
argument_specs:
main:
options:
zigbee2mqtt__version:
description: zigbee2mqtt version to install
type: str
required: true
zigbee2mqtt__config:
description: Configuration file content
type: str
required: true

View file

@ -0,0 +1,11 @@
---
dependencies:
- role: distribution_check
vars:
distribution_check__supported_distributions:
- name: Debian
versions:
- "11"
- role: nodejs
vars:
nodejs__major_version: 16