1
0
Fork 0
mirror of https://gitlab.com/s3lph/ansible-collection-prometheus synced 2024-10-23 03:46:59 +02:00

Fix blackbox smtp starttls

This commit is contained in:
s3lph 2021-02-20 22:17:41 +01:00
parent 2f701016f6
commit 238c1fb6db

View file

@ -125,8 +125,8 @@ modules:
preferred_ip_protocol: ip4 preferred_ip_protocol: ip4
{% endif -%} {% endif -%}
query_response: query_response:
- starttls: true
- expect: "^220 .*SMTP .*$" - expect: "^220 .*SMTP .*$"
- starttls: true
- send: "HELO {{ blackbox_smtp_name }}" - send: "HELO {{ blackbox_smtp_name }}"
- expect: "^250 .*$" - expect: "^250 .*$"
- send: "QUIT" - send: "QUIT"