Configure locales on Linux system
Find a file
2025-04-12 15:26:19 +02:00
defaults Initial commit 2025-04-12 15:26:19 +02:00
meta Initial commit 2025-04-12 15:26:19 +02:00
tasks Initial commit 2025-04-12 15:26:19 +02:00
locales.yml Initial commit 2025-04-12 15:26:19 +02:00
README.md Initial commit 2025-04-12 15:26:19 +02:00

linux-locales

Configure Linux locales

Requirements

  • Linux system with glibc

Role Variables


Variable Context Description
locales_active (defaults) list of locales to generate
locales_inactive (defaults) list of locales to deactivate

Dependencies

  • glibc on Linux, so no e.g. musl libc systems

Example Playbook

- hosts: linux-locales
  roles:
     - role: keepalived-simple
       when: ansible_distribution != "Alpine"

License

GPL-2.0-or-later

Author Information