locale

ansible-locale

Build Status MIT License

This is Ansible role for change locale for RedHat Enterprise Linux, Ubuntu and Debian.

Requirements

None

Role Variables

  • shhirose_locale_locale - The value for variable LANG

Dependencies

None

Example Playbook

Example:

- hosts: servers
  become: yes
  roles:
     - { role: shhirose.locale }
  vars:
    shhirose_locale_locale: "ja_JP.UTF-8"

Result (CentOS):

$ sudo localectl
   System Locale: LANG=ja_JP.UTF-8
       VC Keymap: us
      X11 Layout: n/a

License

MIT

About

This is Ansible role for change locale for RedHat Enterprise Linux.

Install
ansible-galaxy install shhirose/ansible-locale
GitHub repository
License
mit
Downloads
546
Owner