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/pihole/tasks/main.yml

9 lines
240 B
YAML
Raw Normal View History

2023-05-10 09:30:20 +00:00
- name: Deploy Docker stack
docker_stack:
name: pihole
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