manala.locales

#######################################################################################################

:exclamation: DEPRECATION :exclamation:

This repository and its associated role are no longer in use. Please refer to the Manala Ansible Collection instead.

For usage information, check the collection repository.

#######################################################################################################

Ansible Role: Locales Build Status

:exclamation: Please report issues and submit Pull Requests in the main Ansible Role repository :exclamation:

This role is responsible for setting up system locales.

It is part of the Manala Ansible stack but can also be used separately.

Requirements

None.

Dependencies

None.

Installation

For Ansible 2+

Using the ansible galaxy command-line interface:

ansible-galaxy install manala.locales

Using an ansible galaxy requirements file:

- src: manala.locales

Role Handlers

None.

Role Variables

Name Default Type Description
manala_locales_codes [ ] Array Locales that will be set up
manala_locales_codes_default nil String Default locale, stored in /etc/default/locale

Example Configuration

manala_locales_codes_default: C.UTF-8

manala_locales_codes:
  - fr_FR.UTF-8
  - code: en_EN.UTF-8
    state: absent

Example Playbook

- hosts: servers
  roles:
    - { role: manala.locales }

License

MIT

Author Information

Manala (http://www.manala.io/)

Informazioni sul progetto

Handle locales

Installa
ansible-galaxy install manala.locales
Licenza
Unknown
Download
22.5k
Proprietario
Manala is an open source project supported by the french web agency ELAO providing advanced ansible roles for website's infrastructures and far more.