mirror of
https://github.com/dredx/prole.git
synced 2026-09-27 11:54:30 +00:00
- Modified `10-server.conf.j2` to use `%HOSTNAME%/%programname%.log` for log file paths. - Added `noswap` role with tasks for swap management: disabling swap, removing swap entries, managing dphys-swapfile, and zramswap services. - Included handlers for reloading systemd after changes.
5 lines
100 B
YAML
5 lines
100 B
YAML
---
|
|
- name: reload systemd
|
|
ansible.builtin.command: systemctl daemon-reload
|
|
changed_when: false
|