feat: add basic opencloud deployment
Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
This commit is contained in:
parent
6fad15e7ed
commit
e7e4d5016d
3 changed files with 56 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
#SPDX-License-Identifier: MIT-0
|
||||
---
|
||||
# handlers file for opencloud
|
||||
|
||||
- name: restart opencloud
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: "{{ opencloud_docker_compose_dir }}"
|
||||
state: restarted
|
||||
Loading…
Add table
Add a link
Reference in a new issue