Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .README.html
Original file line number Diff line number Diff line change
Expand Up @@ -959,8 +959,8 @@ <h3 id="logging_pki_files">logging_pki_files</h3>
</ul>
<h3 id="logging_domain">logging_domain</h3>
<p>The default DNS domain used to accept remote incoming logs from
remote hosts. Default to "{{ ansible_domain if ansible_domain else
ansible_hostname }}"</p>
remote hosts. Default to "{{ ansible_facts['domain'] if
ansible_facts['domain'] else ansible_facts['hostname'] }}"</p>
<h2 id="server-performance-optimization-options">Server performance
optimization options</h2>
<p>These variables are set in the same level of the
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

[1.15.5] - 2026-01-07
--------------------

### Other Changes

- ci: bump actions/checkout from 5 to 6 (#477)
- ci: add qemu tests for Fedora 43, drop Fedora 41 (#478)
- ci: bump actions/upload-artifact from 5 to 6 (#479)
- refactor: handle INJECT_FACTS_AS_VARS=false by using ansible_facts instead (#480)

[1.15.4] - 2025-11-17
--------------------

Expand Down
Loading