Can install happyDomain as a deamon without docker
This commit is contained in:
parent
ff04988f01
commit
a58a122836
7 changed files with 176 additions and 0 deletions
9
roles/happydomain/handlers/main.yml
Normal file
9
roles/happydomain/handlers/main.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
- name: restart happyDomain
|
||||
ansible.builtin.service:
|
||||
name: happydomain
|
||||
state: restarted
|
||||
|
||||
- name: reload systemd
|
||||
ansible.builtin.systemd:
|
||||
daemon_reload: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue