Skip to content

lotusnoir/ansible-system_locales

Repository files navigation

ansible-system_locales

Galaxy Role Version GitHub repo size downloads Ansible Quality Score License

Description

Configure system language

Requirements

none

Role variables

See variables for more details.

With default variables, this role dont change anything on the system. You need to set the config variables like in the exemple in order to start configuration.

Examples

    ---
    - hosts: system_locales
      become: true
      become_method: sudo
      gather_facts: true
      roles:
        - role: ansible-system_locales
      vars:
        locales_present:
          - en_US.UTF-8
          - fr_FR.UTF-8
        locales_default:
          lang: en_US.UTF-8

License

This project is licensed under Apache License. See LICENSE for more details.

Author Information