mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Add mailu and nextcloud
This commit is contained in:
parent
409828214b
commit
643ab3229a
20 changed files with 583 additions and 4 deletions
7
roles/mailu-docker/tasks/main.yml
Normal file
7
roles/mailu-docker/tasks/main.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
- name: Copy mailu config
|
||||
copy: src=mailu dest={{docker_compose_files_folder}}
|
||||
- name: Create mailu config
|
||||
template: src=mailu/.env dest={{docker_compose_files_folder}}/mailu/.env
|
||||
- name: Start mailu docker project
|
||||
docker_service: project_src={{docker_compose_files_folder}}/mailu state=present
|
||||
Loading…
Add table
Add a link
Reference in a new issue