Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dudecalledbro/ansible-role-locale
Setup locale on linux systems.
https://github.com/dudecalledbro/ansible-role-locale
ansible ansible-galaxy molecule role
Last synced: 15 days ago
JSON representation
Setup locale on linux systems.
- Host: GitHub
- URL: https://github.com/dudecalledbro/ansible-role-locale
- Owner: DudeCalledBro
- License: mit
- Created: 2024-12-08T11:16:33.000Z (15 days ago)
- Default Branch: main
- Last Pushed: 2024-12-08T11:34:20.000Z (15 days ago)
- Last Synced: 2024-12-08T12:23:21.660Z (15 days ago)
- Topics: ansible, ansible-galaxy, molecule, role
- Language: YAML
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role: Locale
[![CI](https://github.com/DudeCalledBro/ansible-role-locale/actions/workflows/molecule.yml/badge.svg)](https://github.com/DudeCalledBro/ansible-role-locale/actions/workflows/molecule.yml)
Setup locale on linux systems.
## Prerequisites
- Ensure you have Ansible installed (e.g. `pip3 install ansible`)
- **Development**: Install the pip packages listed in [requirements.txt](requirements.txt)## Role Variables
The default values for the variables are set in [defaults/main.yml](defaults/main.yml)
```yaml
- hosts: all
roles:
- role: dudecalledbro.locale
```## License
Copyright © 2024 Niclas Spreng
Licensed under the [MIT license](LICENSE).