initial release

This commit is contained in:
2023-10-12 16:09:33 +02:00
commit bc4589259a
10 changed files with 286 additions and 0 deletions

11
handlers/main.yml Normal file
View File

@@ -0,0 +1,11 @@
---
# handlers file for tco.code
- name: restart coolwsd
ansible.builtin.service:
name: coolwsd
state: restarted
- name: restart apache
ansible.builtin.service:
name: httpd
state: restarted