Compare commits
3 Commits
7b17e4fe83
...
master
Author | SHA1 | Date | |
---|---|---|---|
3f172fd458 | |||
bf6471312c | |||
44062b9c0d |
2
main.yml
2
main.yml
@ -4,7 +4,7 @@
|
||||
tasks:
|
||||
- name: Gather facts if run with tags
|
||||
ansible.builtin.setup:
|
||||
when: ansible_run_tags | length
|
||||
when: (ansible_run_tags | length) > 0
|
||||
tags: always
|
||||
|
||||
- hosts: all
|
||||
|
@ -58,7 +58,7 @@
|
||||
- name: Create traefik Container
|
||||
docker_container:
|
||||
name: traefik
|
||||
image: traefik:v3.4
|
||||
image: traefik:v3.5
|
||||
restart_policy: unless-stopped
|
||||
networks:
|
||||
- name: "proxy"
|
||||
|
@ -2,7 +2,7 @@
|
||||
- name: Create the dozzle container
|
||||
docker_container:
|
||||
name: dozzle_agent
|
||||
image: amir20/dozzle:v8.13.7
|
||||
image: amir20/dozzle:v8.13.8
|
||||
restart_policy: unless-stopped
|
||||
command: agent
|
||||
recreate: true
|
||||
|
@ -10,7 +10,7 @@
|
||||
- name: Create the dozzle container
|
||||
docker_container:
|
||||
name: dozzle
|
||||
image: amir20/dozzle:v8.13.7
|
||||
image: amir20/dozzle:v8.13.8
|
||||
restart_policy: unless-stopped
|
||||
recreate: true
|
||||
networks:
|
||||
|
Reference in New Issue
Block a user