[disabled traefik on agent]
This commit is contained in:
10
scan.yml
10
scan.yml
@@ -88,6 +88,16 @@
|
|||||||
register: cert
|
register: cert
|
||||||
tags: test
|
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
|
# # item.subject.CN
|
||||||
# - debug:
|
# - debug:
|
||||||
# msg: "{{ item.item.split('on')[-1].strip() }}"
|
# msg: "{{ item.item.split('on')[-1].strip() }}"
|
||||||
|
|||||||
@@ -250,6 +250,10 @@
|
|||||||
mode: global
|
mode: global
|
||||||
placement:
|
placement:
|
||||||
constraints: [node.platform.os == linux]
|
constraints: [node.platform.os == linux]
|
||||||
|
labels:
|
||||||
|
- "io.portainer.accesscontrol.public"
|
||||||
|
# Frontend
|
||||||
|
- "traefik.enable=false"
|
||||||
|
|
||||||
portainer:
|
portainer:
|
||||||
image: portainer/portainer-ce:latest
|
image: portainer/portainer-ce:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user