ansible-roles/newsyslog/tasks/openbsd.yml

14 lines
263 B
YAML
Raw Normal View History

2017-06-01 21:17:09 +02:00
---
# no need to enable any daemon, it's run (by default) with cron(8)
- name: Configuring newsyslog
copy:
src: newsyslog.conf
dest: /etc/newsyslog.conf
owner: root
group: wheel
mode: "0644"
backup: yes
tags:
- log
- newsyslog