feat(openproject): add deployment using docker-compose

This commit is contained in:
2024-03-31 14:27:53 +02:00
parent 65a256e8b5
commit ef6da18172
5 changed files with 79 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
- name: Install openproject
hosts: "{{ openproject_hosts | default('openproject') }}"
become: "{{ openproject_become | default(true, false) }}"
roles:
- role: finallycoffee.services.openproject