role.timezone/README.md

33 lines
422 B
Markdown
Raw Permalink Normal View History

2024-11-19 17:29:31 +00:00
# timezone
Set timezone for different distributions
## Role Variables
Defaults:
- `timezone_zone` (defaults: `Europe/Berlin`): timezone name
## Example Playbook
---
- hosts: all
roles:
- role: timezone
vars:
timezone_zone: Europe/Berlin
## License
AGPL-3.0-or-later
## Author Information
Sven Velt - <sven-ansiblerole@velt.biz>
https://git.velt.biz/velt.biz/