move hedgedoc to nfs
fix database user passwords
This commit is contained in:
parent
932b930567
commit
aba119e127
4 changed files with 29 additions and 33 deletions
|
@ -1,3 +1,6 @@
|
|||
- name: asdfasdf
|
||||
debug:
|
||||
msg: "{{ lookup('template', '{{ role_path }}/docker-stack.yml.j2') | from_yaml }}"
|
||||
- name: Deploy Docker stack
|
||||
docker_stack:
|
||||
name: hedgedoc
|
||||
|
|
Reference in a new issue