various updates

This commit is contained in:
ge
2026-03-30 20:55:41 +03:00
parent 55e423ec8b
commit ec68be996a
18 changed files with 140 additions and 96 deletions

11
roles/apt/tasks/main.yaml Normal file
View File

@@ -0,0 +1,11 @@
- name: Configure APT
ansible.builtin.copy:
src: "{{ item }}"
dest: "/etc/apt/apt.conf.d/10-custom-{{ item }}"
owner: root
group: root
mode: 0644
with_items:
- no-recommends
- no-languages
- no-pager