[disabled traefik on agent]
This commit is contained in:
10
scan.yml
10
scan.yml
@@ -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() }}"
|
||||
|
||||
Reference in New Issue
Block a user