2022-02-12 13:59:25 +03:00
|
|
|
---
|
|
|
|
|
2023-10-05 23:56:20 +03:00
|
|
|
common_hostname: "{{ ansible_hostname }}"
|
2022-02-22 01:46:02 +03:00
|
|
|
|
2023-10-05 23:56:20 +03:00
|
|
|
# https://sourceware.org/glibc/wiki/Locales
|
2022-02-12 13:59:25 +03:00
|
|
|
system_locales:
|
2022-02-22 01:46:02 +03:00
|
|
|
- en_US.UTF-8 UTF-8
|
2022-02-12 13:59:25 +03:00
|
|
|
|
2022-02-22 01:46:02 +03:00
|
|
|
system_locale_lang: "{{ (system_locales | first). split(' ')[0] }}"
|
2022-02-12 13:59:25 +03:00
|
|
|
|
|
|
|
system_locale_ctype: "{{ system_locale_lang }}"
|
|
|
|
system_locale_numeric: "{{ system_locale_lang }}"
|
|
|
|
system_locale_time: "{{ system_locale_lang }}"
|
|
|
|
system_locale_collate: "{{ system_locale_lang }}"
|
|
|
|
system_locale_monetary: "{{ system_locale_lang }}"
|
|
|
|
system_locale_messages: "{{ system_locale_lang }}"
|
|
|
|
system_locale_paper: "{{ system_locale_lang }}"
|
|
|
|
system_locale_name: "{{ system_locale_lang }}"
|
|
|
|
system_locale_address: "{{ system_locale_lang }}"
|
|
|
|
system_locale_telephone: "{{ system_locale_lang }}"
|
|
|
|
system_locale_measurement: "{{ system_locale_lang }}"
|
|
|
|
system_locale_identification: "{{ system_locale_lang }}"
|
|
|
|
system_locale_all: ""
|
2022-02-22 01:51:42 +03:00
|
|
|
|
|
|
|
system_timezone: "Europe/Moscow"
|
|
|
|
|
|
|
|
pacman_mirrors:
|
|
|
|
- https://mirrors.kernel.org/archlinux/$repo/os/$arch
|
|
|
|
- https://mirror.surf/archlinux/$repo/os/$arch
|
|
|
|
- https://mirror.yandex.ru/archlinux/$repo/os/$arch
|
|
|
|
|
|
|
|
pacman_ignorepkg: []
|
|
|
|
pacman_parallel_downloads: 2
|
|
|
|
|
|
|
|
common_packages:
|
2023-10-05 23:56:20 +03:00
|
|
|
- less
|
2023-08-27 23:27:54 +03:00
|
|
|
- bash-completion
|
2022-02-22 01:51:42 +03:00
|
|
|
- htop
|
|
|
|
- nano
|
2023-08-27 23:27:54 +03:00
|
|
|
- bind
|
2022-02-22 01:51:42 +03:00
|
|
|
- wget
|
|
|
|
- curl
|