Add ola and foobazdmx role and add playbook for light.z9

This commit is contained in:
yuri 2022-11-11 14:10:43 +01:00
commit aefdd123a4
No known key found for this signature in database
GPG key ID: E646779AC54AEC64
16 changed files with 168 additions and 0 deletions

View file

@ -0,0 +1,5 @@
- name: Restart olad
ansible.builtin.systemd:
service: olad.service
state: restarted
daemon-reload: true