mirror of
https://gitlab.com/rusty-bever/deployment.git
synced 2026-04-08 15:25:47 +02:00
Fixed some swarm-related bugs
This commit is contained in:
parent
a68aa78972
commit
be6e60bb97
5 changed files with 28 additions and 1 deletions
|
|
@ -58,3 +58,12 @@
|
|||
name: debian
|
||||
groups: docker
|
||||
append: true
|
||||
|
||||
- name: Enable metric endpoint for Prometheus
|
||||
copy:
|
||||
src: daemon.json
|
||||
dest: /etc/docker/daemon.json
|
||||
owner: root
|
||||
group: root
|
||||
mode: '644'
|
||||
notify: restart docker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue