Stupid ansible
parent
ce41bd0da8
commit
acfcba52c1
|
@ -20,3 +20,31 @@ system_locale_telephone: "{{ system_locale_lang }}"
|
|||
system_locale_measurement: "{{ system_locale_lang }}"
|
||||
system_locale_identification: "{{ system_locale_lang }}"
|
||||
system_locale_all: ""
|
||||
|
||||
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:
|
||||
- htop
|
||||
- nano
|
||||
- strace
|
||||
- lsof
|
||||
- wget
|
||||
- curl
|
||||
- go
|
||||
- tcpdump
|
||||
- nmap
|
||||
- dosfstools
|
||||
- arch-install-scripts
|
||||
- gptfdisk
|
||||
- bash-completion
|
||||
- git
|
||||
- bind
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
---
|
||||
|
||||
common_packages:
|
||||
- htop
|
||||
- nano
|
||||
- strace
|
||||
- lsof
|
||||
- wget
|
||||
- curl
|
||||
- go
|
||||
- tcpdump
|
||||
- nmap
|
||||
- dosfstools
|
||||
- arch-install-scripts
|
||||
- gptfdisk
|
||||
- bash-completion
|
||||
- git
|
||||
- bind
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
|
||||
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
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
|
||||
common_timezone: "Europe/Moscow"
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
- name: Common | Set timezone
|
||||
timezone:
|
||||
name: "{{ common_timezone }}"
|
||||
name: "{{ system_timezone }}"
|
||||
|
||||
|
||||
- name: Common | Deploy pacman main config
|
||||
|
|
Loading…
Reference in New Issue