Skip to content

Commit

Permalink
add http.ssl_capath setting for Debian derivates
Browse files Browse the repository at this point in the history
  • Loading branch information
haralamb committed Sep 13, 2024
1 parent 27b0bd9 commit e53f3e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ Reference this role in your playbook:
This role has been written for and tested on and is therefore compatible with:
* Rocky-8, Rocky-9
* Ubuntu-18.04, Ubuntu-20.04, Ubuntu-22.04
* Rocky-8
* Ubuntu-22.04, Ubuntu-24.04
## License
Expand Down
3 changes: 3 additions & 0 deletions templates/snowagent.config.j2
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@

<!-- Check for server certificate -->
<Setting key="http.ssl_verify" value="{{ snowagent_ssl_verify }}"/>
{% if ansible_os_family == 'Debian' %}
<Setting key="http.ssl_capath" value="/etc/ssl/certs/ca-certificates.crt"/>
{% endif %}

<!-- Append the log files -->
<Setting key="log.append" value="false"/>
Expand Down

0 comments on commit e53f3e0

Please sign in to comment.