Files
ansible_role_proxmox_provision/tasks/main.yml
Jose 5607aedbd8
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 17s
Gitleaks Scan / gitleaks (push) Successful in 5s
Markdown Lint / markdown-lint (push) Successful in 6s
fix 🐛: Fix typo in task description
Corrected a minor spelling error in the task description to improve clarity.
2026-02-12 17:56:27 +01:00

20 lines
567 B
YAML

---
# ansible_role_proxmox_provision/tasks/main.yml
# Main tasks for role
# ===================
- 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 the disk
ansible.builtin.import_tasks: logrotate.yml
- name: Install powrttop, auto-tune, and make it persistent
ansible.builtin.import_tasks: powertop.yml