role.linux-locales/README.md
2025-04-12 15:26:19 +02:00

633 B

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