feat: move to dedicated repo
This commit is contained in:
commit
4a88a5b28d
54 changed files with 1524 additions and 0 deletions
14
tasks/systemctl.yaml
Normal file
14
tasks/systemctl.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
|
||||
# configure fstrim.timer
|
||||
- name: "systemctl - config - fstrim.timer"
|
||||
ansible.builtin.template:
|
||||
src: "templates/systemctl/fstrim.timer.j2"
|
||||
dest: "/usr/lib/systemd/system/fstrim.timer"
|
||||
owner: "root"
|
||||
group: "root"
|
||||
mode: "0644"
|
||||
when: 'ansible_os_family == "Debian"'
|
||||
notify: "daemon-reload fstrim.timer"
|
||||
tags:
|
||||
- "systemctl"
|
||||
Loading…
Add table
Add a link
Reference in a new issue