This repository has been archived on 2023-12-26. You can view files and clone it, but cannot push or open issues or pull requests.
shoarma/ansible/roles/mastodon/tasks/main.yml

9 lines
242 B
YAML
Raw Normal View History

2023-05-02 15:13:13 +00:00
- name: Deploy Docker stack
docker_stack:
name: mastodon
compose:
2023-05-20 11:45:25 +00:00
- "{{ lookup('template', '{{ role_path }}/docker-stack.yml.j2') | from_yaml }}"
environment:
DOCKER_HOST: ssh://root@maestro.dmz
delegate_to: localhost