- name: Install Dependecies apt: pkg: - rsyslog state: present with_items: - name: Rsyslog Main config template: src: rsyslog.conf.j2 dest: /etc/rsyslog.conf mode: 0755 notify: - restart rsyslog - name: Enable and start rsyslog systemd: name: rsyslog.service state: started enabled: yes