Minor fixes
parent
1a6154f411
commit
5fa98c2a1e
|
@ -1,9 +1,10 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
- name: Packages | Install useful packages
|
- name: Common | Install useful packages
|
||||||
pacman:
|
pacman:
|
||||||
state: present
|
state: present
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
|
# Move this to vars and add additional variable for custom packages
|
||||||
name:
|
name:
|
||||||
- htop
|
- htop
|
||||||
- nano
|
- nano
|
||||||
|
@ -19,9 +20,10 @@
|
||||||
- gptfdisk
|
- gptfdisk
|
||||||
- bash-completion
|
- bash-completion
|
||||||
- git
|
- git
|
||||||
|
- bind
|
||||||
|
|
||||||
#- block:
|
#- block:
|
||||||
# - name: Packages | Install yay from aur
|
# - name: Common | Install yay from aur
|
||||||
# aur:
|
# aur:
|
||||||
# name: yay
|
# name: yay
|
||||||
# use: makepkg
|
# use: makepkg
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
- name: Deploy pacman main config
|
- name: Common | Deploy pacman main config
|
||||||
template:
|
template:
|
||||||
src: pacman.conf.j2
|
src: pacman.conf.j2
|
||||||
dest: /etc/pacman.conf
|
dest: /etc/pacman.conf
|
||||||
|
@ -8,7 +8,7 @@
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
|
|
||||||
- name: Setup pacman repos
|
- name: Common | Setup pacman repos
|
||||||
template:
|
template:
|
||||||
src: mirrorlist.j2
|
src: mirrorlist.j2
|
||||||
dest: /etc/pacman.d/mirrorlist
|
dest: /etc/pacman.d/mirrorlist
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
- name: System | Set or/and generate locales
|
- name: Common | Set or/and generate locales
|
||||||
template:
|
template:
|
||||||
src: locale.gen.j2
|
src: locale.gen.j2
|
||||||
dest: /etc/locale.gen
|
dest: /etc/locale.gen
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
group: root
|
group: root
|
||||||
notify: System | Generate locales
|
notify: System | Generate locales
|
||||||
|
|
||||||
- name: System | Set system locale
|
- name: Common | Set system locale
|
||||||
template:
|
template:
|
||||||
src: locale.conf.j2
|
src: locale.conf.j2
|
||||||
mode: 0644
|
mode: 0644
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
group: root
|
group: root
|
||||||
dest: /etc/locale.conf
|
dest: /etc/locale.conf
|
||||||
|
|
||||||
- name: System | Set timezone
|
- name: Common | Set timezone
|
||||||
timezone:
|
timezone:
|
||||||
name: Europe/Moscow
|
name: Europe/Moscow
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue