Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petr-korobeinikov/ansible-role-locale
Locale generation and configuration.
https://github.com/petr-korobeinikov/ansible-role-locale
ansible ansible-role infrastructure-as-code infrastructure-management locale locale-gen
Last synced: about 1 month ago
JSON representation
Locale generation and configuration.
- Host: GitHub
- URL: https://github.com/petr-korobeinikov/ansible-role-locale
- Owner: petr-korobeinikov
- Created: 2016-05-13T06:37:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-31T20:41:56.000Z (over 8 years ago)
- Last Synced: 2024-11-06T12:53:55.468Z (3 months ago)
- Topics: ansible, ansible-role, infrastructure-as-code, infrastructure-management, locale, locale-gen
- Homepage: https://galaxy.ansible.com/pkorobeinikov/locale/
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/pkorobeinikov/ansible-role-locale.svg?branch=master)](https://travis-ci.org/pkorobeinikov/ansible-role-locale)
pkorobeinikov.locale
====================Locale generation and configuration.
Requirements
------------None.
Role Variables
--------------* `locale_names` is a list of locale names to generate.
* `locale_env_vars` is a list of environment variables stored in `/etc/default/locale`.Dependencies
------------None.
Example Playbook
-------------------
- 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-8License
-------BSD, MIT