You've already forked ansible-linux-infra
initial commit
This commit is contained in:
9
roles/logging_rsyslog/handlers/main.yml
Normal file
9
roles/logging_rsyslog/handlers/main.yml
Normal 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
|
||||
Reference in New Issue
Block a user