Debian: default locale C. almalinux/rocky support added

master
Denis Knauf 2021-06-21 22:59:42 +02:00
parent cfe7735991
commit a571d94c91
4 changed files with 7 additions and 2 deletions

1
tasks/os-almalinux.yml Symbolic link
View File

@ -0,0 +1 @@
os-redhat.yml

View File

@ -157,7 +157,7 @@
copy: copy:
dest: /etc/default/locale dest: /etc/default/locale
content: | content: |
LANG=de_AT.UTF-8 LANG={{locale_default | default("C") | mandatory}}
owner: root owner: root
group: root group: root
mode: 0644 mode: 0644

View File

@ -10,7 +10,9 @@
vars: vars:
items: items:
- '{{ [] if is_virt_guest else ["chrony", "smartmontools"] }}' - '{{ [] if is_virt_guest else ["chrony", "smartmontools"] }}'
- yum-cron #- yum-cron
- glibc-langpack-de
- glibc-langpack-en
- curl - curl
- file - file
- etckeeper - etckeeper
@ -18,6 +20,7 @@
- '{{ [] if is_container else ["haveged", "lvm2"] }}' - '{{ [] if is_container else ["haveged", "lvm2"] }}'
- htop - htop
#- inetutils-ping #- inetutils-ping
- iproute
#- knot-dnsutils #- knot-dnsutils
#- ldap-utils #- ldap-utils
- lsof - lsof

1
tasks/os-rocky.yml Symbolic link
View File

@ -0,0 +1 @@
os-redhat.yml