initial commit

This commit is contained in:
Riedel
2026-08-19 09:51:43 +02:00
commit d777c1e975
79 changed files with 2263 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
---
- name: restart rsyslog
ansible.builtin.systemd:
name: rsyslog
state: restarted
- name: update CA trust
ansible.builtin.command: "{{ logging_rsyslog_ca_trust_update_cmd }}"
changed_when: true