pkorobeinikov.locale

Build Status

pkorobeinikov.locale

This is a tool for generating and setting up locale settings on your system.

Requirements

No special requirements needed.

Role Variables

  • locale_names: This is a list of locale names that you want to create.
  • locale_env_vars: This is a list of environment variables that will be saved in /etc/default/locale.

Dependencies

There are no dependencies.

Example Playbook

Here’s a simple example of how to use the tool:

---
- hosts: localhost
  become: true
  roles:
    - role: pkorobeinikov.locale
      locale_names:
        - en_US.UTF-8
        - ru_RU.UTF-8
      locale_env_vars:
        - LC_ALL=ru_RU.UTF-8
        - LANG=ru_RU.UTF-8

License

This tool is licensed under BSD and MIT licenses.

Informazioni sul progetto

Locale generation and configuration.

Installa
ansible-galaxy install pkorobeinikov.locale
Licenza
Unknown
Download
427
Proprietario