Stupid ansible

master
Oleg Vasilev 2022-02-22 01:51:42 +03:00
parent ce41bd0da8
commit acfcba52c1
5 changed files with 29 additions and 32 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -23,7 +23,7 @@
- name: Common | Set timezone
timezone:
name: "{{ common_timezone }}"
name: "{{ system_timezone }}"
- name: Common | Deploy pacman main config