forked from CCCHH/ansible-infra
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
10
playbooks/deploy_light.yml
Normal file
10
playbooks/deploy_light.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
- name: Deploy ola and foobazdmx on light.z9
|
||||
become: true
|
||||
hosts: light
|
||||
roles:
|
||||
- ola
|
||||
- foobazdmx
|
||||
vars:
|
||||
ola__enable_ftdi: true
|
||||
foobazdmx__art_net_host: localhost
|
||||
Loading…
Add table
Add a link
Reference in a new issue