moletti.locale

Ansible role: Locale

Ansible Role GitHub release (latest SemVer) GitHub Workflow Status Ansible Quality Score Ansible Role

Base role for managing apt locales.

Install

ansible-galaxy install moletti.locale

Example playbook

- hosts: all
  gather_facts: yes
  vars:
    locale: "en_US.UTF-8"
  roles:
    - { role: moletti.locale, tags: locale }

Role Variables

variable type default description
locale str en_US.UTF-8 Name and encoding of the locale
locale_state str present Whether the locale shall be present or absent

LICENSE

MIT

About

Base role for managing apt locales

Install
ansible-galaxy install moletti.locale
GitHub repository
License
Unknown
Downloads
333