add discourse role

This commit is contained in:
Niels Kunis 2023-05-26 21:53:05 +02:00
parent 1b7de37101
commit e19ee0b141
6 changed files with 121 additions and 0 deletions

View file

@ -0,0 +1,5 @@
- name: Deploy Docker stack
docker_stack:
name: discourse
compose:
- "{{ lookup('template', '{{ role_path }}/docker-stack.yml.j2') | from_yaml }}"