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/prometheus/tasks/main.yml
2023-07-23 11:28:43 +02:00

13 lines
388 B
YAML

#- name: Create prometheus config
# docker_config:
# name: prometheus_config
# data: "{{ lookup('file', '{{ role_path }}/prometheus.yml') }}"
# use_ssh_client: true
# rolling_versions: true
# register: config
- name: Deploy Docker stack
docker_stack:
name: prometheus
compose:
- "{{ lookup('template', '{{ role_path }}/docker-stack.yml.j2') | from_yaml }}"