Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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-8

License
-------

BSD, MIT