IaC: with Ansible role to install and configure Rsyslog Client
vagrant@localhost:~$ ansible-galaxy install wluisaraujo.rsyslog
vagrant@localhost:~$ ansible-galaxy install -r wluisaraujo.rsyslog/requirements.txt
- None
---
- hosts: localhost
vars:
- name: value
roles:
- rsyslog
...