add ampache stack
This commit is contained in:
parent
833b1a2b5e
commit
c7ddefaa3d
4 changed files with 68 additions and 0 deletions
5
ansible/roles/ampache/tasks/main.yml
Normal file
5
ansible/roles/ampache/tasks/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
- name: Deploy Docker stack
|
||||
docker_stack:
|
||||
name: ampache
|
||||
compose:
|
||||
- "{{ lookup('template', '{{ role_path }}/docker-stack.yml.j2') | from_yaml }}"
|
Reference in a new issue