https://github.com/escalate/ansible-raspberry-locale
An Ansible role that manages locale on Raspberry Pi OS
https://github.com/escalate/ansible-raspberry-locale
ansible ansible-role language languages locale locales raspberry raspberry-pi raspberrypi self-hosted selfhosted
Last synced: 3 months ago
JSON representation
An Ansible role that manages locale on Raspberry Pi OS
- Host: GitHub
- URL: https://github.com/escalate/ansible-raspberry-locale
- Owner: escalate
- License: mit
- Created: 2021-07-17T11:56:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-05-22T09:01:32.000Z (about 1 year ago)
- Last Synced: 2025-05-22T09:37:17.140Z (about 1 year ago)
- Topics: ansible, ansible-role, language, languages, locale, locales, raspberry, raspberry-pi, raspberrypi, self-hosted, selfhosted
- Language: Jinja
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://github.com/escalate/ansible-raspberry-locale/actions/workflows/test.yml)
# Ansible Role: Raspberry - Locale
An Ansible role that manages [locale](https://wiki.debian.org/Locale) on Raspberry Pi OS (Debian Bookworm).
## Role Variables
Please see [defaults/main.yml](https://github.com/escalate/ansible-raspberry-locale/blob/master/defaults/main.yml) for a complete list of variables that can be overridden.
## Dependencies
This role relies on the following dependencies:
- Roles: None
- Collections: [requirements.yml](https://github.com/escalate/ansible-raspberry-locale/blob/master/requirements.yml)
## Installation
```
$ ansible-galaxy role install escalate.locale
```
## Example Playbook
```
- hosts: all
roles:
- role: escalate.locale
tags: locale
```
## License
MIT