mireiawen.locales

Build Status Ansible Galaxy

Locales

This role installs the locales package and creates the specified locales on Debian-based systems.

Requirements

Must be a Debian-based distribution.

Role Variables

Configuration Key Description Default Value
locales_package_name Name of the locales package locales
locales_package_state Status of the locales package latest
locales Locales to generate [ en_US.UTF-8 ]

Dependencies

  • community.general

Example Playbook

- hosts: "servers"
  roles:
  - role: "mireiawen.locales"
    vars:
      locales:
      - "en_US.UTF-8"
      - "fi_FI.UTF-8"

License

MIT, see LICENSE

Informazioni sul progetto

Generate the desired locales

Installa
ansible-galaxy install mireiawen.locales
Licenza
mit
Download
71
Proprietario