Major role refactoring

This commit is contained in:
Oleg Vasilev
2022-02-22 01:46:02 +03:00
parent 427b7ecac8
commit ce41bd0da8
13 changed files with 93 additions and 99 deletions

View File

@@ -1,9 +1,11 @@
---
system_locales:
- "{{ system_locale_lang }}"
# https://sourceware.org/glibc/wiki/Locales
system_locale_lang: en_US.UTF-8
system_locales:
- en_US.UTF-8 UTF-8
system_locale_lang: "{{ (system_locales | first). split(' ')[0] }}"
system_locale_ctype: "{{ system_locale_lang }}"
system_locale_numeric: "{{ system_locale_lang }}"

18
defaults/packages.yml Normal file
View File

@@ -0,0 +1,18 @@
---
common_packages:
- htop
- nano
- strace
- lsof
- wget
- curl
- go
- tcpdump
- nmap
- dosfstools
- arch-install-scripts
- gptfdisk
- bash-completion
- git
- bind

10
defaults/pacman.yml Normal file
View File

@@ -0,0 +1,10 @@
---
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

3
defaults/timezone.yml Normal file
View File

@@ -0,0 +1,3 @@
---
common_timezone: "Europe/Moscow"