locales
#######################################################################################################
:exclamation: DEPRECATION :exclamation:
This repository and the role associated are deprecated in favor of the Manala Ansible Collection
You will find informations on its usage on the collection repository
#######################################################################################################
Ansible Role: Locales
:exclamation: Report issues and send Pull Requests in the main Ansible Role repository :exclamation:
This role will deal with the configuration of system locales.
It's part of the Manala Ansible stack but can be used as a stand alone component.
Requirements
None.
Dependencies
None.
Installation
Ansible 2+
Using ansible galaxy cli:
ansible-galaxy install manala.locales
Using ansible galaxy requirements file:
- src: manala.locales
Role Handlers
None
Role Variables
Name | Default | Type | Description |
---|---|---|---|
manala_locales_codes |
[ ] | Array | Locales to configure |
manala_locales_codes_default |
nil | String | Default locale, stored in /etc/default/locale |
Configuration example
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 }
Licence
MIT
Author information
Manala (http://www.manala.io/)
Install
ansible-galaxy install manala/ansible-role-locales
License
Unknown
Downloads
22523
Owner
Manala is an open source project supported by the french web agency ELAO providing advanced ansible roles for website's infrastructures and far more.