REFACTOR: move removing unnecessary packages into base_system role

This commit is contained in:
2026-08-09 17:39:38 +04:00
parent bd3cb7bfd1
commit 269aaec21c
15 changed files with 500 additions and 40 deletions
@@ -0,0 +1,19 @@
---
- name: Generate locales
community.general.locale_gen:
name:
- en_US.UTF-8
- ru_RU.UTF-8
state: present
- name: Set locale
ansible.builtin.copy:
dest: /etc/locale.conf
mode: '0644'
content: |
LANG=en_US.UTF-8
LC_ALL=en_US.UTF-8
- name: Set time
community.general.timezone:
name: Europe/Samara