[disabled traefik on agent]

This commit is contained in:
2024-07-27 19:49:36 +02:00
parent 3b19a1bcae
commit b9b7a04624
2 changed files with 14 additions and 0 deletions

View File

@@ -88,6 +88,16 @@
register: cert
tags: test
# item.subject.CN
- debug:
msg: "{{ item.subject.CN }}"
loop: "{{ cert.results }}"
# - "{{ cert.not_after }}"
# - "{{ ansible_date_time.iso8601_basic }}"
tags: test
delegate_to: localhost
# # item.subject.CN
# - debug:
# msg: "{{ item.item.split('on')[-1].strip() }}"

View File

@@ -250,6 +250,10 @@
mode: global
placement:
constraints: [node.platform.os == linux]
labels:
- "io.portainer.accesscontrol.public"
# Frontend
- "traefik.enable=false"
portainer:
image: portainer/portainer-ce:latest