aboutsummaryrefslogtreecommitdiffstats
path: root/roles/locale/README.md
blob: dd286527498120660ea8c90e94c8ee508f597e0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Locale
======

Description
-----------

The `locale` role sets the default system locale.


Variables
---------

This role **accepts** the following variables:

Variable | Default       | Description
---------|---------------|------------
`locale` | `en_US.UTF-8` | Locale name


Usage
-----

Example playbook:

````yaml
- hosts: all
  roles:
    - role: locale
      vars:
        locale: en_US.UTF-8
````