summaryrefslogtreecommitdiff
path: root/roles/ick-worker/defaults/main.yml
blob: 32a3e70f0ce378943a4184afc07e0ef91f5a588e (plain)
1
2
3
4
5
6
7
# Should worker manager be configured to check the TLS certificate of
# the APIs it uses? Default to yes, but if installed from CI builds,
# for testing, Let's Encrypt might not be suitable, due to limits, and
# it's necessary to use self-signed certificates, and thus it's better
# to not check certificates in that situation.

verify_tls: yes