+ installing tmux plugin manager for root_account role
+ starship install via yadm role (multi use installation) and installing Nerd Font * change straship character for not privileged user * fix path to normalized css for default nginx page * own custom roles (allow releaseinfo change and install locales) moved to playbooks dir #861m7vaer Шаблон операционной системы на Debian 10
This commit is contained in:
6
playbooks/own/allow-releaseinfo-change.yml
Normal file
6
playbooks/own/allow-releaseinfo-change.yml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Resolve error for debian10 buster versions an apt update procedures
|
||||
hosts: [ 'debian10' ]
|
||||
tasks:
|
||||
- name: Allow release info changed
|
||||
shell: apt --allow-releaseinfo-change update
|
10
playbooks/own/locales.yml
Normal file
10
playbooks/own/locales.yml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
- name: Configure Locales
|
||||
hosts: [ 'debian10' ]
|
||||
tasks:
|
||||
- name: Setup EN & RU UTF-8 locales
|
||||
shell: |
|
||||
apt install -y locales && \
|
||||
sed -i 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \
|
||||
sed -i 's/# ru_RU.UTF-8 UTF-8/ru_RU.UTF-8 UTF-8/' /etc/locale.gen && \
|
||||
locale-gen
|
Reference in New Issue
Block a user