2026-02-07 07:22:24 +01:00
|
|
|
---
|
2026-02-07 08:29:45 +01:00
|
|
|
# ansible_role_proxmox_provision/tasks/main.yml
|
2026-02-07 07:22:24 +01:00
|
|
|
# Main tasks for role
|
|
|
|
|
# ===================
|
|
|
|
|
|
2026-02-07 08:29:45 +01:00
|
|
|
- name: Disable enterprise repo, enable no-subscription
|
|
|
|
|
ansible.builtin.import_tasks: repos.yml
|
|
|
|
|
|
|
|
|
|
- name: Remove the infamous subscription nag
|
|
|
|
|
ansible.builtin.import_tasks: subscription.yml
|
|
|
|
|
|
|
|
|
|
- name: Disable swap or tune it
|
|
|
|
|
ansible.builtin.import_tasks: swap.yml
|
|
|
|
|
|
|
|
|
|
- name: Stop logs from quietly murdering /
|
|
|
|
|
ansible.builtin.import_tasks: logrotate.yml
|
|
|
|
|
|
2026-02-12 17:55:44 +01:00
|
|
|
- name: Install powrttop, auto-tune, and make it persistent
|
2026-02-07 08:29:45 +01:00
|
|
|
ansible.builtin.import_tasks: powertop.yml
|