--- - 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