Ansible role which ensure the defined locales are exists.
locale_enabled: yes # Enable role
locale_locales: # List of locales to installed
- en_US.UTF-8
Add Stouts.locale
to your roles and set locale_locales
in your playbook file.
Example:
- hosts: all
roles:
- Stouts.locale
vars:
locale_locales:
- en_US.UTF-8
- ru_RU.UTF-8
Licensed under the MIT License. See the LICENSE file for details.
Are welcome!