Add ola and foobazdmx role and add playbook for light.z9
This commit is contained in:
parent
35217737ce
commit
aefdd123a4
16 changed files with 168 additions and 0 deletions
8
playbooks/roles/foobazdmx/meta/argument_specs.yml
Normal file
8
playbooks/roles/foobazdmx/meta/argument_specs.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
argument_specs:
|
||||
main:
|
||||
options:
|
||||
foobazdmx__art_net_host:
|
||||
description: IP oder hostname of the Art-Net server
|
||||
type: str
|
||||
required: true
|
8
playbooks/roles/foobazdmx/meta/main.yml
Normal file
8
playbooks/roles/foobazdmx/meta/main.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
dependencies:
|
||||
- role: distribution_check
|
||||
vars:
|
||||
distribution_check__supported_distributions:
|
||||
- name: Debian
|
||||
versions:
|
||||
- "11"
|
Loading…
Add table
Add a link
Reference in a new issue