Debian: default locale C. almalinux/rocky support added
This commit is contained in:
parent
cfe7735991
commit
a571d94c91
1
tasks/os-almalinux.yml
Symbolic link
1
tasks/os-almalinux.yml
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
os-redhat.yml
|
|
@ -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
|
||||||
|
|
|
@ -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
1
tasks/os-rocky.yml
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
os-redhat.yml
|
Loading…
Reference in a new issue