feat: move to dedicated repo
This commit is contained in:
commit
4a88a5b28d
54 changed files with 1524 additions and 0 deletions
14
tasks/journald.yaml
Normal file
14
tasks/journald.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
|
||||
# configure journald
|
||||
- name: "syslog - config - configure journald"
|
||||
ansible.builtin.template:
|
||||
src: "templates/journald/journald.conf.j2"
|
||||
dest: "/etc/systemd/journald.conf"
|
||||
owner: "root"
|
||||
group: "root"
|
||||
mode: "0644"
|
||||
when: 'ansible_distribution == "Ubuntu"'
|
||||
notify: "restart journald"
|
||||
tags:
|
||||
- "journald"
|
||||
Loading…
Add table
Add a link
Reference in a new issue