Add zigbee2mqtt role and playbook
This commit is contained in:
parent
e084462ae1
commit
51fd3367db
13 changed files with 211 additions and 0 deletions
11
playbooks/roles/zigbee2mqtt/meta/main.yml
Normal file
11
playbooks/roles/zigbee2mqtt/meta/main.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue