FEATURE: deployment playbook takes care of locale and time too

This commit is contained in:
2026-07-07 15:35:10 +00:00
parent 342a767669
commit 356301d59e
2 changed files with 15 additions and 1 deletions
@@ -0,0 +1,11 @@
---
- name: Set locale
ansible.builtin.locale_gen:
name:
- en_US.UTF-8
- ru_RU.UTF-8
state: present
- name: Set time
ansible.builtin.timezone:
name: Europe/Samara