/ansible-locale

Ansible role to enable locales and reload into the system

Primary LanguageRubyISC LicenseISC

ansible-locale

Ansible role to enable locales and reload into the system.

licence Build Status

Tunables

  • locale_locales (list of strings) - What locales should be added
  • locale_language_packs (list of strings) - What Ubuntu language packages do you require?

Example Playbook

- hosts: servers
  roles:
     - role: stevenharradine.locale
       locale_locales:
         - en_CA.UTF-8
         - fr_CA.UTF-8

Contributors