Major role refactoring
This commit is contained in:
		@@ -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
									
								
							
							
						
						
									
										18
									
								
								defaults/packages.yml
									
									
									
									
									
										Normal 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
									
								
							
							
						
						
									
										10
									
								
								defaults/pacman.yml
									
									
									
									
									
										Normal 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
									
								
							
							
						
						
									
										3
									
								
								defaults/timezone.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
common_timezone: "Europe/Moscow"
 | 
			
		||||
		Reference in New Issue
	
	Block a user