Add mastodon configuration file
This commit is contained in:
parent
6e3785a7f5
commit
264ee44f86
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,11 @@
|
||||||
dest: /usr/src/mastodon
|
dest: /usr/src/mastodon
|
||||||
depth: 1
|
depth: 1
|
||||||
|
|
||||||
|
- name: Ensure mastodon configuration is present
|
||||||
|
template:
|
||||||
|
src: templates/env.j2
|
||||||
|
dest: /usr/src/mastodon/.env.production
|
||||||
|
|
||||||
- name: Ensure Mastodon container is composed
|
- name: Ensure Mastodon container is composed
|
||||||
community.docker.docker_compose:
|
community.docker.docker_compose:
|
||||||
project_name: mastodon
|
project_name: mastodon
|
||||||
|
|
Loading…
Reference in a new issue