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
15
playbooks/roles/ola/tasks/main.yml
Normal file
15
playbooks/roles/ola/tasks/main.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
- name: Install ola
|
||||
ansible.builtin.apt:
|
||||
name: ola
|
||||
- name: Generate ola-ftdidmx.conf
|
||||
ansible.builtin.template:
|
||||
src: ola-ftdidmx.conf.j2
|
||||
dest: /etc/ola/ola-ftdidmx.conf
|
||||
mode: "0664"
|
||||
owner: olad
|
||||
group: olad
|
||||
- name: Enable and start ola service
|
||||
ansible.builtin.systemd:
|
||||
name: olad.service
|
||||
state: started
|
||||
enabled: true
|
Loading…
Add table
Add a link
Reference in a new issue